#080706

Color #080706 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #080706

Tints of Black #080706

Color information

#080706 (or 0x080706) is unknown color: approx Black. HEX triplet: 08, 07 and 06. RGB value is (8,7,6). Sum of RGB (Red+Green+Blue) = 8+7+6=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 8 - color contains mainly: red. Hex color #080706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080706 is #F7F8F9. Grayscale: #070707. Windows color (decimal): -16251130 or 395016. OLE color: 395016.

HSL color Cylindrical-coordinate representation of color #080706: hue angle of 30º degrees, saturation: 0.14, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #080706 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB876-
CMYK00.130.250.97
HSL30º14.29%2.75%-
HSV(B)30º25%3.14%-
XYZ0.210.220.2-
YUV7.18127.33128.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 38.10%
GREEN value IS 7 (3.12% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal87600.130.250.973014.292.75
Hex8760D19611ee3
Octal10760153114136163
Binary10001111100110111001110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080706; }

 p { color: rgb(8,7,6); }

 H1.HeaderClassName
 {
   color: #080706;
 }
 .AnyTagClassName
 {
   color: #080706;
 }
</style>
background-color css

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

 a { background-color: rgb(8,7,6); }

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

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

 span { border-color: rgb(8,7,6); }

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