Html Css Color HEX #736C4F Crocodile

📋 copy color: '#736C4F'

red 115 ◦ green 108 ◦ blue 79

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

Shades of Crocodile #736C4F

Tints of Crocodile #736C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 38.08%
G = 35.76%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#736C4F (or 0x736C4F) is known color: Crocodile. HEX triplet: 73, 6C and 4F. RGB value is (115,108,79). Sum of RGB (Red+Green+Blue) = 115+108+79=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #736C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C4F is #8C93B0. Grayscale: #6A6A6A. Windows color (decimal): -9212849 or 5205107. OLE color: 5205107.

HSL color Cylindrical-coordinate representation of color #736C4F: hue angle of 48.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 #736C4F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 79 -
CMYK 0 0.06 0.31 0.55
HSL 48.33º 0.19% 0.38% -
HSV(B) 48.33º 0.31% 0.45% -
XYZ 13.84 14.93 9.55 -
YUV 106.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 115 108 79 0 0.06 0.31 0.55 48.33 0.19 0.38
Hex 73 6C 4F 0 6 1F 37 30 13 26
Octal 163 154 117 0 6 37 67 60 23 46
Binary 1110011 1101100 1001111 0 110 11111 110111 110000 10011 100110

Color Harmonies of #736C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C4F

Black with #736C4F

Text Example


Text Example

White with #736C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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