#6F787F

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

Shades of Raven #6F787F

Tints of Raven #6F787F

Color information

#6F787F (or 0x6F787F) is unknown color: approx Raven. HEX triplet: 6F, 78 and 7F. RGB value is (111,120,127). Sum of RGB (Red+Green+Blue) = 111+120+127=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F787F is #908780. Grayscale: #767676. Windows color (decimal): -9471873 or 8353903. OLE color: 8353903.

HSL color Cylindrical-coordinate representation of color #6F787F: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F787F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111120127-
CMYK0.130.0600.50
HSL206.25º6.72%46.67%-
HSV(B)206.25º12.6%49.8%-
XYZ17.118.3422.72-
YUV118.11133.02122.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 127 (50% from 255) = 35.47%
R=31.01%
G=33.52%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111201270.130.0600.50206.256.7246.67
Hex6F787FD6032ce72f
Octal157170177156062316757
Binary1101111111100011111111101110011001011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F787F; }

 p { color: rgb(111,120,127); }

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

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

 a { background-color: rgb(111,120,127); }

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

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

 span { border-color: rgb(111,120,127); }

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