Html Css Color HEX #677480 Raven

📋 copy color: '#677480'

red 103 ◦ green 116 ◦ blue 128

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

Shades of Raven #677480

Tints of Raven #677480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 29.68%
G = 33.43%
B = 36.89%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#677480 (or 0x677480) is known color: Raven. HEX triplet: 67, 74 and 80. RGB value is (103,116,128). Sum of RGB (Red+Green+Blue) = 103+116+128=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #677480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677480 is #988B7F. Grayscale: #717171. Windows color (decimal): -9997184 or 8418407. OLE color: 8418407.

HSL color Cylindrical-coordinate representation of color #677480: hue angle of 208.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #677480 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 116 128 -
CMYK 0.20 0.09 0 0.50
HSL 208.8º 0.11% 0.45% -
HSV(B) 208.8º 0.2% 0.5% -
XYZ 15.74 16.93 22.86 -
YUV 113.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 103 116 128 0.20 0.09 0 0.50 208.8 0.11 0.45
Hex 67 74 80 14 9 0 32 D1 B 2D
Octal 147 164 200 24 11 0 62 321 13 55
Binary 1100111 1110100 10000000 10100 1001 0 110010 11010001 1011 101101

Color Harmonies of #677480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677480

Black with #677480

Text Example


Text Example

White with #677480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677480; }

 p { color: rgb(103,116,128); }

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

background-color css

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

 a { background-color: rgb(103,116,128); }

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

border-color css

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

 span { border-color: rgb(103,116,128); }

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