Html Css Color HEX #807068 Russett

📋 copy color: '#807068'

red 128 ◦ green 112 ◦ blue 104

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

Shades of Russett #807068

Tints of Russett #807068

RGB

 RED value IS 128 (50.39% from 255) = 37.21%

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 37.21%
G = 32.56%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#807068 (or 0x807068) is known color: Russett. HEX triplet: 80, 70 and 68. RGB value is (128,112,104). Sum of RGB (Red+Green+Blue) = 128+112+104=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807068 is #7F8F97. Grayscale: #737373. Windows color (decimal): -8359832 or 6844544. OLE color: 6844544.

HSL color Cylindrical-coordinate representation of color #807068: hue angle of 20º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807068 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 104 -
CMYK 0 0.12 0.19 0.50
HSL 20º 0.1% 0.45% -
HSV(B) 20º 0.19% 0.5% -
XYZ 17.19 17.18 15.51 -
YUV 115.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 128 112 104 0 0.12 0.19 0.50 20 0.1 0.45
Hex 80 70 68 0 C 13 32 14 A 2D
Octal 200 160 150 0 14 23 62 24 12 55
Binary 10000000 1110000 1101000 0 1100 10011 110010 10100 1010 101101

Color Harmonies of #807068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807068

Black with #807068

Text Example


Text Example

White with #807068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807068; }

 p { color: rgb(128,112,104); }

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

background-color css

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

 a { background-color: rgb(128,112,104); }

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

border-color css

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

 span { border-color: rgb(128,112,104); }

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