Html Css Color HEX #70675A Coffee

📋 copy color: '#70675A'

red 112 ◦ green 103 ◦ blue 90

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

Shades of Coffee #70675A

Tints of Coffee #70675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 36.72%
G = 33.77%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70675A (or 0x70675A) is known color: Coffee. HEX triplet: 70, 67 and 5A. RGB value is (112,103,90). Sum of RGB (Red+Green+Blue) = 112+103+90=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70675A is #8F98A5. Grayscale: #686868. Windows color (decimal): -9410726 or 5924720. OLE color: 5924720.

HSL color Cylindrical-coordinate representation of color #70675A: hue angle of 35.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70675A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 90 -
CMYK 0 0.08 0.20 0.56
HSL 35.45º 0.11% 0.4% -
HSV(B) 35.45º 0.2% 0.44% -
XYZ 13.38 13.88 11.65 -
YUV 104.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 112 103 90 0 0.08 0.20 0.56 35.45 0.11 0.4
Hex 70 67 5A 0 8 14 38 23 B 28
Octal 160 147 132 0 10 24 70 43 13 50
Binary 1110000 1100111 1011010 0 1000 10100 111000 100011 1011 101000

Color Harmonies of #70675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70675A

Black with #70675A

Text Example


Text Example

White with #70675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70675A; }

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

 H1.HeaderClassName
 {
   color: #70675A;
 }
 .AnyTagClassName
 {
   color: #70675A;
 }
</style>

background-color css

<style>
 a { background-color: #70675A; }

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

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

border-color css

<style>
 span { border-color: #70675A; }

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

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