Html Css Color HEX #757A80 Raven

📋 copy color: '#757A80'

red 117 ◦ green 122 ◦ blue 128

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

Shades of Raven #757A80

Tints of Raven #757A80

RGB

 RED value IS 117 (46.09% from 255) = 31.88%

 GREEN value IS 122 (48.05% from 255) = 33.24%

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

R = 31.88%
G = 33.24%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#757A80 (or 0x757A80) is known color: Raven. HEX triplet: 75, 7A and 80. RGB value is (117,122,128). Sum of RGB (Red+Green+Blue) = 117+122+128=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 128 - color contains mainly: blue. Hex color #757A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A80 is #8A857F. Grayscale: #797979. Windows color (decimal): -9078144 or 8419957. OLE color: 8419957.

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

Color convert

RGB 117 122 128 -
CMYK 0.09 0.05 0 0.50
HSL 212.73º 0.04% 0.48% -
HSV(B) 212.73º 0.09% 0.5% -
XYZ 18.19 19.26 23.18 -
YUV 121.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 117 122 128 0.09 0.05 0 0.50 212.73 0.04 0.48
Hex 75 7A 80 9 5 0 32 D5 4 30
Octal 165 172 200 11 5 0 62 325 4 60
Binary 1110101 1111010 10000000 1001 101 0 110010 11010101 100 110000

Color Harmonies of #757A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A80

Black with #757A80

Text Example


Text Example

White with #757A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757A80; }

 p { color: rgb(117,122,128); }

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

background-color css

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

 a { background-color: rgb(117,122,128); }

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

border-color css

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

 span { border-color: rgb(117,122,128); }

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