Html Css Color HEX #764727 Bull Shot

📋 copy color: '#764727'

red 118 ◦ green 71 ◦ blue 39

#764727
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bull Shot #764727

Tints of Bull Shot #764727

RGB

 RED value IS 118 (46.48% from 255) = 51.75%

 GREEN value IS 71 (28.13% from 255) = 31.14%

 BLUE value IS 39 (15.63% from 255) = 17.11%

R = 51.75%
G = 31.14%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#764727 (or 0x764727) is known color: Bull Shot. HEX triplet: 76, 47 and 27. RGB value is (118,71,39). Sum of RGB (Red+Green+Blue) = 118+71+39=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #764727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764727 is #89B8D8. Grayscale: #515151. Windows color (decimal): -9025753 or 2574198. OLE color: 2574198.

HSL color Cylindrical-coordinate representation of color #764727: hue angle of 24.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764727 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 39 -
CMYK 0 0.40 0.67 0.54
HSL 24.3º 0.5% 0.31% -
HSV(B) 24.3º 0.67% 0.46% -
XYZ 10.09 8.5 3.03 -
YUV 81.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 118 71 39 0 0.40 0.67 0.54 24.3 0.5 0.31
Hex 76 47 27 0 28 43 36 18 32 1F
Octal 166 107 47 0 50 103 66 30 62 37
Binary 1110110 1000111 100111 0 101000 1000011 110110 11000 110010 11111

Color Harmonies of #764727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764727

Black with #764727

Text Example


Text Example

White with #764727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764727; }

 p { color: rgb(118,71,39); }

 H1.HeaderClassName
 {
   color: #764727;
 }
 .AnyTagClassName
 {
   color: #764727;
 }
</style>

background-color css

<style>
 a { background-color: #764727; }

 a { background-color: rgb(118,71,39); }

 div.DivClassName
 {
   background-color: #764727;
 }
 .BgClassName
 {
   background-color: #764727;
 }
</style>

border-color css

<style>
 span { border-color: #764727; }

 span { border-color: rgb(118,71,39); }

 td.TdClassName
 {
   border-color: #764727;
 }
 .TagClassName
 {
   border-color: #764727;
 }
</style>