Html Css Color HEX #737980 Raven

📋 copy color: '#737980'

red 115 ◦ green 121 ◦ blue 128

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

Shades of Raven #737980

Tints of Raven #737980

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

 GREEN value IS 121 (47.66% from 255) = 33.24%

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

R = 31.59%
G = 33.24%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737980 (or 0x737980) is known color: Raven. HEX triplet: 73, 79 and 80. RGB value is (115,121,128). Sum of RGB (Red+Green+Blue) = 115+121+128=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #737980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737980 is #8C867F. Grayscale: #777777. Windows color (decimal): -9209472 or 8419699. OLE color: 8419699.

HSL color Cylindrical-coordinate representation of color #737980: hue angle of 212.31º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737980 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 121 128 -
CMYK 0.10 0.05 0 0.50
HSL 212.31º 0.05% 0.48% -
HSV(B) 212.31º 0.1% 0.5% -
XYZ 17.8 18.88 23.13 -
YUV 120 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 115 121 128 0.10 0.05 0 0.50 212.31 0.05 0.48
Hex 73 79 80 A 5 0 32 D4 5 30
Octal 163 171 200 12 5 0 62 324 5 60
Binary 1110011 1111001 10000000 1010 101 0 110010 11010100 101 110000

Color Harmonies of #737980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737980

Black with #737980

Text Example


Text Example

White with #737980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737980; }

 p { color: rgb(115,121,128); }

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

background-color css

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

 a { background-color: rgb(115,121,128); }

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

border-color css

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

 span { border-color: rgb(115,121,128); }

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