Html Css Color HEX #726B4A Crocodile

📋 copy color: '#726B4A'

red 114 ◦ green 107 ◦ blue 74

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

Shades of Crocodile #726B4A

Tints of Crocodile #726B4A

RGB

 RED value IS 114 (44.92% from 255) = 38.64%

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 38.64%
G = 36.27%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#726B4A (or 0x726B4A) is known color: Crocodile. HEX triplet: 72, 6B and 4A. RGB value is (114,107,74). Sum of RGB (Red+Green+Blue) = 114+107+74=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #726B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B4A is #8D94B5. Grayscale: #696969. Windows color (decimal): -9278646 or 4877170. OLE color: 4877170.

HSL color Cylindrical-coordinate representation of color #726B4A: hue angle of 49.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726B4A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 74 -
CMYK 0 0.06 0.35 0.55
HSL 49.5º 0.21% 0.37% -
HSV(B) 49.5º 0.35% 0.45% -
XYZ 13.43 14.59 8.59 -
YUV 105.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 114 107 74 0 0.06 0.35 0.55 49.5 0.21 0.37
Hex 72 6B 4A 0 6 23 37 32 15 25
Octal 162 153 112 0 6 43 67 62 25 45
Binary 1110010 1101011 1001010 0 110 100011 110111 110010 10101 100101

Color Harmonies of #726B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B4A

Black with #726B4A

Text Example


Text Example

White with #726B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B4A; }

 p { color: rgb(114,107,74); }

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

background-color css

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

 a { background-color: rgb(114,107,74); }

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

border-color css

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

 span { border-color: rgb(114,107,74); }

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