Html Css Color HEX #736F50 Crocodile

📋 copy color: '#736F50'

red 115 ◦ green 111 ◦ blue 80

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

Shades of Crocodile #736F50

Tints of Crocodile #736F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 37.58%
G = 36.27%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#736F50 (or 0x736F50) is known color: Crocodile. HEX triplet: 73, 6F and 50. RGB value is (115,111,80). Sum of RGB (Red+Green+Blue) = 115+111+80=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F50 is #8C90AF. Grayscale: #6C6C6C. Windows color (decimal): -9212080 or 5271411. OLE color: 5271411.

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

Color convert

RGB 115 111 80 -
CMYK 0 0.03 0.30 0.55
HSL 53.14º 0.18% 0.38% -
HSV(B) 53.14º 0.3% 0.45% -
XYZ 14.2 15.59 9.85 -
YUV 108.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 115 111 80 0 0.03 0.30 0.55 53.14 0.18 0.38
Hex 73 6F 50 0 3 1E 37 35 12 26
Octal 163 157 120 0 3 36 67 65 22 46
Binary 1110011 1101111 1010000 0 11 11110 110111 110101 10010 100110

Color Harmonies of #736F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F50

Black with #736F50

Text Example


Text Example

White with #736F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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