Html Css Color HEX #737A81 Raven

📋 copy color: '#737A81'

red 115 ◦ green 122 ◦ blue 129

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

Shades of Raven #737A81

Tints of Raven #737A81

RGB

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

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

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

R = 31.42%
G = 33.33%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737A81 (or 0x737A81) is known color: Raven. HEX triplet: 73, 7A and 81. RGB value is (115,122,129). Sum of RGB (Red+Green+Blue) = 115+122+129=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 129 - color contains mainly: blue. Hex color #737A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A81 is #8C857E. Grayscale: #787878. Windows color (decimal): -9209215 or 8485491. OLE color: 8485491.

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

Color convert

RGB 115 122 129 -
CMYK 0.11 0.05 0 0.49
HSL 210º 0.06% 0.48% -
HSV(B) 210º 0.11% 0.51% -
XYZ 17.99 19.15 23.52 -
YUV 120.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 115 122 129 0.11 0.05 0 0.49 210 0.06 0.48
Hex 73 7A 81 B 5 0 31 D2 6 30
Octal 163 172 201 13 5 0 61 322 6 60
Binary 1110011 1111010 10000001 1011 101 0 110001 11010010 110 110000

Color Harmonies of #737A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A81

Black with #737A81

Text Example


Text Example

White with #737A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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