Html Css Color HEX #747A81 Raven

📋 copy color: '#747A81'

red 116 ◦ green 122 ◦ blue 129

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

Shades of Raven #747A81

Tints of Raven #747A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 31.61%
G = 33.24%
B = 35.15%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747A81 (or 0x747A81) is known color: Raven. HEX triplet: 74, 7A and 81. RGB value is (116,122,129). Sum of RGB (Red+Green+Blue) = 116+122+129=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #747A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A81 is #8B857E. Grayscale: #787878. Windows color (decimal): -9143679 or 8485492. OLE color: 8485492.

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

Color convert

RGB 116 122 129 -
CMYK 0.10 0.05 0 0.49
HSL 212.31º 0.05% 0.48% -
HSV(B) 212.31º 0.1% 0.51% -
XYZ 18.12 19.22 23.52 -
YUV 121 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 116 122 129 0.10 0.05 0 0.49 212.31 0.05 0.48
Hex 74 7A 81 A 5 0 31 D4 5 30
Octal 164 172 201 12 5 0 61 324 5 60
Binary 1110100 1111010 10000001 1010 101 0 110001 11010100 101 110000

Color Harmonies of #747A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A81

Black with #747A81

Text Example


Text Example

White with #747A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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