Html Css Color HEX #676B77 Raven

📋 copy color: '#676B77'

red 103 ◦ green 107 ◦ blue 119

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

Shades of Raven #676B77

Tints of Raven #676B77

RGB

 RED value IS 103 (40.63% 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 value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#676B77 (or 0x676B77) is known color: 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

RGB 103 107 119 -
CMYK 0.13 0.10 0 0.53
HSL 225º 0.07% 0.44% -
HSV(B) 225º 0.13% 0.47% -
XYZ 14.18 14.73 19.55 -
YUV 107.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 103 107 119 0.13 0.10 0 0.53 225 0.07 0.44
Hex 67 6B 77 D A 0 35 E1 7 2C
Octal 147 153 167 15 12 0 65 341 7 54
Binary 1100111 1101011 1110111 1101 1010 0 110101 11100001 111 101100

Color Harmonies of #676B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B77

Black with #676B77

Text Example


Text Example

White with #676B77

Text Example


Text Example

HTML Codes & Css Web 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>