Html Css Color HEX #706869 Empress

📋 copy color: '#706869'

red 112 ◦ green 104 ◦ blue 105

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

Shades of Empress #706869

Tints of Empress #706869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 34.89%
G = 32.4%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706869 (or 0x706869) is known color: Empress. HEX triplet: 70, 68 and 69. RGB value is (112,104,105). Sum of RGB (Red+Green+Blue) = 112+104+105=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706869 is #8F9796. Grayscale: #6A6A6A. Windows color (decimal): -9410455 or 6908016. OLE color: 6908016.

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

Color convert

RGB 112 104 105 -
CMYK 0 0.07 0.06 0.56
HSL 352.5º 0.04% 0.42% -
HSV(B) 352.5º 0.07% 0.44% -
XYZ 14.18 14.37 15.39 -
YUV 106.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 112 104 105 0 0.07 0.06 0.56 352.5 0.04 0.42
Hex 70 68 69 0 7 6 38 160 4 2A
Octal 160 150 151 0 7 6 70 540 4 52
Binary 1110000 1101000 1101001 0 111 110 111000 101100000 100 101010

Color Harmonies of #706869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706869

Black with #706869

Text Example


Text Example

White with #706869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706869; }

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

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

background-color css

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

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

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

border-color css

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

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

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