Html Css Color HEX #70664E Coffee

📋 copy color: '#70664E'

red 112 ◦ green 102 ◦ blue 78

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

Shades of Coffee #70664E

Tints of Coffee #70664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 38.36%
G = 34.93%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70664E (or 0x70664E) is known color: Coffee. HEX triplet: 70, 66 and 4E. RGB value is (112,102,78). Sum of RGB (Red+Green+Blue) = 112+102+78=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70664E is #8F99B1. Grayscale: #666666. Windows color (decimal): -9410994 or 5138032. OLE color: 5138032.

HSL color Cylindrical-coordinate representation of color #70664E: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70664E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 78 -
CMYK 0 0.09 0.30 0.56
HSL 42.35º 0.18% 0.37% -
HSV(B) 42.35º 0.3% 0.44% -
XYZ 12.81 13.5 9.14 -
YUV 102.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 112 102 78 0 0.09 0.30 0.56 42.35 0.18 0.37
Hex 70 66 4E 0 9 1E 38 2A 12 25
Octal 160 146 116 0 11 36 70 52 22 45
Binary 1110000 1100110 1001110 0 1001 11110 111000 101010 10010 100101

Color Harmonies of #70664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70664E

Black with #70664E

Text Example


Text Example

White with #70664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70664E; }

 p { color: rgb(112,102,78); }

 H1.HeaderClassName
 {
   color: #70664E;
 }
 .AnyTagClassName
 {
   color: #70664E;
 }
</style>

background-color css

<style>
 a { background-color: #70664E; }

 a { background-color: rgb(112,102,78); }

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

border-color css

<style>
 span { border-color: #70664E; }

 span { border-color: rgb(112,102,78); }

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