#676B77

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

Shades of Raven #676B77

Tints of Raven #676B77

Color information

#676B77 (or 0x676B77) is unknown color: approx Raven. HEX triplet: 67, 6B and 77. RGB value is (103,107,119). Sum of RGB (Red+Green+Blue) = 103+107+119=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #676B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B77 is #989488. Grayscale: #6B6B6B. Windows color (decimal): -9999497 or 7826279. OLE color: 7826279.

HSL color Cylindrical-coordinate representation of color #676B77: hue angle of 225º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676B77 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103107119-
CMYK0.130.1000.53
HSL225º7.21%43.53%-
HSV(B)225º13.45%46.67%-
XYZ14.1814.7319.55-
YUV107.17134.67125.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=31.31%
G=32.52%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031071190.130.1000.532257.2143.53
Hex676B77DA035e172c
Octal1471531671512065341754
Binary11001111101011111011111011010011010111100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,119); }

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

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

 a { background-color: rgb(103,107,119); }

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

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

 span { border-color: rgb(103,107,119); }

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