Html Css Color HEX #706764 Russett

📋 copy color: '#706764'

red 112 ◦ green 103 ◦ blue 100

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

Shades of Russett #706764

Tints of Russett #706764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 35.56%
G = 32.7%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706764 (or 0x706764) is known color: Russett. HEX triplet: 70, 67 and 64. RGB value is (112,103,100). Sum of RGB (Red+Green+Blue) = 112+103+100=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706764 is #8F989B. Grayscale: #696969. Windows color (decimal): -9410716 or 6580080. OLE color: 6580080.

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

Color convert

RGB 112 103 100 -
CMYK 0 0.08 0.11 0.56
HSL 15º 0.06% 0.42% -
HSV(B) 15º 0.11% 0.44% -
XYZ 13.83 14.07 14.04 -
YUV 105.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 112 103 100 0 0.08 0.11 0.56 15 0.06 0.42
Hex 70 67 64 0 8 B 38 F 6 2A
Octal 160 147 144 0 10 13 70 17 6 52
Binary 1110000 1100111 1100100 0 1000 1011 111000 1111 110 101010

Color Harmonies of #706764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706764

Black with #706764

Text Example


Text Example

White with #706764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706764; }

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

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

background-color css

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

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

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

border-color css

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

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

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