Html Css Color HEX #70674C Crocodile

📋 copy color: '#70674C'

red 112 ◦ green 103 ◦ blue 76

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

Shades of Crocodile #70674C

Tints of Crocodile #70674C

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 38.49%
G = 35.4%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70674C (or 0x70674C) is known color: Crocodile. HEX triplet: 70, 67 and 4C. RGB value is (112,103,76). Sum of RGB (Red+Green+Blue) = 112+103+76=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70674C is #8F98B3. Grayscale: #666666. Windows color (decimal): -9410740 or 5007216. OLE color: 5007216.

HSL color Cylindrical-coordinate representation of color #70674C: hue angle of 45º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70674C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 76 -
CMYK 0 0.08 0.32 0.56
HSL 45º 0.19% 0.37% -
HSV(B) 45º 0.32% 0.44% -
XYZ 12.84 13.67 8.8 -
YUV 102.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 112 103 76 0 0.08 0.32 0.56 45 0.19 0.37
Hex 70 67 4C 0 8 20 38 2D 13 25
Octal 160 147 114 0 10 40 70 55 23 45
Binary 1110000 1100111 1001100 0 1000 100000 111000 101101 10011 100101

Color Harmonies of #70674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70674C

Black with #70674C

Text Example


Text Example

White with #70674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70674C; }

 p { color: rgb(112,103,76); }

 H1.HeaderClassName
 {
   color: #70674C;
 }
 .AnyTagClassName
 {
   color: #70674C;
 }
</style>

background-color css

<style>
 a { background-color: #70674C; }

 a { background-color: rgb(112,103,76); }

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

border-color css

<style>
 span { border-color: #70674C; }

 span { border-color: rgb(112,103,76); }

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