Html Css Color HEX #736A4B Crocodile

📋 copy color: '#736A4B'

red 115 ◦ green 106 ◦ blue 75

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

Shades of Crocodile #736A4B

Tints of Crocodile #736A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 38.85%
G = 35.81%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#736A4B (or 0x736A4B) is known color: Crocodile. HEX triplet: 73, 6A and 4B. RGB value is (115,106,75). Sum of RGB (Red+Green+Blue) = 115+106+75=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #736A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A4B is #8C95B4. Grayscale: #696969. Windows color (decimal): -9213365 or 4942451. OLE color: 4942451.

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

Color convert

RGB 115 106 75 -
CMYK 0 0.08 0.35 0.55
HSL 46.5º 0.21% 0.37% -
HSV(B) 46.5º 0.35% 0.45% -
XYZ 13.49 14.46 8.74 -
YUV 105.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 115 106 75 0 0.08 0.35 0.55 46.5 0.21 0.37
Hex 73 6A 4B 0 8 23 37 2E 15 25
Octal 163 152 113 0 10 43 67 56 25 45
Binary 1110011 1101010 1001011 0 1000 100011 110111 101110 10101 100101

Color Harmonies of #736A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A4B

Black with #736A4B

Text Example


Text Example

White with #736A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,106,75); }

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

background-color css

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

 a { background-color: rgb(115,106,75); }

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

border-color css

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

 span { border-color: rgb(115,106,75); }

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