Html Css Color HEX #747A80 Raven

📋 copy color: '#747A80'

red 116 ◦ green 122 ◦ blue 128

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

Shades of Raven #747A80

Tints of Raven #747A80

RGB

 RED value IS 116 (45.7% from 255) = 31.69%

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

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

R = 31.69%
G = 33.33%
B = 34.97%

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

#747A80 (or 0x747A80) is known color: Raven. HEX triplet: 74, 7A and 80. RGB value is (116,122,128). Sum of RGB (Red+Green+Blue) = 116+122+128=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #747A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A80 is #8B857F. Grayscale: #787878. Windows color (decimal): -9143680 or 8419956. OLE color: 8419956.

HSL color Cylindrical-coordinate representation of color #747A80: hue angle of 210º degrees, saturation: 0.05, 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 #747A80 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 122 128 -
CMYK 0.09 0.05 0 0.50
HSL 210º 0.05% 0.48% -
HSV(B) 210º 0.09% 0.5% -
XYZ 18.06 19.19 23.17 -
YUV 120.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 116 122 128 0.09 0.05 0 0.50 210 0.05 0.48
Hex 74 7A 80 9 5 0 32 D2 5 30
Octal 164 172 200 11 5 0 62 322 5 60
Binary 1110100 1111010 10000000 1001 101 0 110010 11010010 101 110000

Color Harmonies of #747A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A80

Black with #747A80

Text Example


Text Example

White with #747A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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