#676F7B

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

Shades of Raven #676F7B

Tints of Raven #676F7B

Color information

#676F7B (or 0x676F7B) is unknown color: approx Raven. HEX triplet: 67, 6F and 7B. RGB value is (103,111,123). Sum of RGB (Red+Green+Blue) = 103+111+123=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #676F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F7B is #989084. Grayscale: #6D6D6D. Windows color (decimal): -9998469 or 8089447. OLE color: 8089447.

HSL color Cylindrical-coordinate representation of color #676F7B: hue angle of 216º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676F7B is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB103111123-
CMYK0.160.1000.52
HSL216º8.85%44.31%-
HSV(B)216º16.26%48.24%-
XYZ14.8515.6820.98-
YUV109.98135.35123.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=30.56%
G=32.94%
B=36.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031111230.160.1000.522168.8544.31
Hex676F7B10A034d892c
Octal14715717320120643301154
Binary1100111110111111110111000010100110100110110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676F7B; }

 p { color: rgb(103,111,123); }

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

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

 a { background-color: rgb(103,111,123); }

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

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

 span { border-color: rgb(103,111,123); }

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