Html Css Color HEX #736F4F Crocodile

📋 copy color: '#736F4F'

red 115 ◦ green 111 ◦ blue 79

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

Shades of Crocodile #736F4F

Tints of Crocodile #736F4F

RGB

 RED value IS 115 (45.31% from 255) = 37.7%

 GREEN value IS 111 (43.75% from 255) = 36.39%

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 37.7%
G = 36.39%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#736F4F (or 0x736F4F) is known color: Crocodile. HEX triplet: 73, 6F and 4F. RGB value is (115,111,79). Sum of RGB (Red+Green+Blue) = 115+111+79=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #736F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F4F is #8C90B0. Grayscale: #6C6C6C. Windows color (decimal): -9212081 or 5205875. OLE color: 5205875.

HSL color Cylindrical-coordinate representation of color #736F4F: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736F4F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 79 -
CMYK 0 0.03 0.31 0.55
HSL 53.33º 0.19% 0.38% -
HSV(B) 53.33º 0.31% 0.45% -
XYZ 14.17 15.58 9.66 -
YUV 108.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 115 111 79 0 0.03 0.31 0.55 53.33 0.19 0.38
Hex 73 6F 4F 0 3 1F 37 35 13 26
Octal 163 157 117 0 3 37 67 65 23 46
Binary 1110011 1101111 1001111 0 11 11111 110111 110101 10011 100110

Color Harmonies of #736F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F4F

Black with #736F4F

Text Example


Text Example

White with #736F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736F4F; }

 p { color: rgb(115,111,79); }

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

background-color css

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

 a { background-color: rgb(115,111,79); }

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

border-color css

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

 span { border-color: rgb(115,111,79); }

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