Html Css Color HEX #676D7B Raven

📋 copy color: '#676D7B'

red 103 ◦ green 109 ◦ blue 123

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

Shades of Raven #676D7B

Tints of Raven #676D7B

RGB

 RED value IS 103 (40.63% from 255) = 30.75%

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 30.75%
G = 32.54%
B = 36.72%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#676D7B (or 0x676D7B) is known color: Raven. HEX triplet: 67, 6D and 7B. RGB value is (103,109,123). Sum of RGB (Red+Green+Blue) = 103+109+123=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #676D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D7B is #989284. Grayscale: #6C6C6C. Windows color (decimal): -9998981 or 8088935. OLE color: 8088935.

HSL color Cylindrical-coordinate representation of color #676D7B: hue angle of 222º 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 #676D7B is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 109 123 -
CMYK 0.16 0.11 0 0.52
HSL 222º 0.09% 0.44% -
HSV(B) 222º 0.16% 0.48% -
XYZ 14.64 15.25 20.91 -
YUV 108.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 103 109 123 0.16 0.11 0 0.52 222 0.09 0.44
Hex 67 6D 7B 10 B 0 34 DE 9 2C
Octal 147 155 173 20 13 0 64 336 11 54
Binary 1100111 1101101 1111011 10000 1011 0 110100 11011110 1001 101100

Color Harmonies of #676D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D7B

Black with #676D7B

Text Example


Text Example

White with #676D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #676D7B;
 }
 .AnyTagClassName
 {
   color: #676D7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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