Html Css Color HEX #736B4D Crocodile

📋 copy color: '#736B4D'

red 115 ◦ green 107 ◦ blue 77

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

Shades of Crocodile #736B4D

Tints of Crocodile #736B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 38.46%
G = 35.79%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#736B4D (or 0x736B4D) is known color: Crocodile. HEX triplet: 73, 6B and 4D. RGB value is (115,107,77). Sum of RGB (Red+Green+Blue) = 115+107+77=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #736B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B4D is #8C94B2. Grayscale: #6A6A6A. Windows color (decimal): -9213107 or 5073779. OLE color: 5073779.

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

Color convert

RGB 115 107 77 -
CMYK 0 0.07 0.33 0.55
HSL 47.37º 0.2% 0.38% -
HSV(B) 47.37º 0.33% 0.45% -
XYZ 13.67 14.7 9.14 -
YUV 105.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 115 107 77 0 0.07 0.33 0.55 47.37 0.2 0.38
Hex 73 6B 4D 0 7 21 37 2F 14 26
Octal 163 153 115 0 7 41 67 57 24 46
Binary 1110011 1101011 1001101 0 111 100001 110111 101111 10100 100110

Color Harmonies of #736B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B4D

Black with #736B4D

Text Example


Text Example

White with #736B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,77); }

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

background-color css

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

 a { background-color: rgb(115,107,77); }

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

border-color css

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

 span { border-color: rgb(115,107,77); }

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