Html Css Color HEX #736C4E Crocodile

📋 copy color: '#736C4E'

red 115 ◦ green 108 ◦ blue 78

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

Shades of Crocodile #736C4E

Tints of Crocodile #736C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 38.21%
G = 35.88%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#736C4E (or 0x736C4E) is known color: Crocodile. HEX triplet: 73, 6C and 4E. RGB value is (115,108,78). Sum of RGB (Red+Green+Blue) = 115+108+78=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #736C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C4E is #8C93B1. Grayscale: #6A6A6A. Windows color (decimal): -9212850 or 5139571. OLE color: 5139571.

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

Color convert

RGB 115 108 78 -
CMYK 0 0.06 0.32 0.55
HSL 48.65º 0.19% 0.38% -
HSV(B) 48.65º 0.32% 0.45% -
XYZ 13.81 14.92 9.36 -
YUV 106.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 115 108 78 0 0.06 0.32 0.55 48.65 0.19 0.38
Hex 73 6C 4E 0 6 20 37 31 13 26
Octal 163 154 116 0 6 40 67 61 23 46
Binary 1110011 1101100 1001110 0 110 100000 110111 110001 10011 100110

Color Harmonies of #736C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C4E

Black with #736C4E

Text Example


Text Example

White with #736C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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