Html Css Color HEX #73777C Raven

📋 copy color: '#73777C'

red 115 ◦ green 119 ◦ blue 124

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

Shades of Raven #73777C

Tints of Raven #73777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 32.12%
G = 33.24%
B = 34.64%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73777C (or 0x73777C) is known color: Raven. HEX triplet: 73, 77 and 7C. RGB value is (115,119,124). Sum of RGB (Red+Green+Blue) = 115+119+124=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #73777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73777C is #8C8883. Grayscale: #767676. Windows color (decimal): -9209988 or 8157043. OLE color: 8157043.

HSL color Cylindrical-coordinate representation of color #73777C: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73777C is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 119 124 -
CMYK 0.07 0.04 0 0.51
HSL 213.33º 0.04% 0.47% -
HSV(B) 213.33º 0.07% 0.49% -
XYZ 17.31 18.29 21.69 -
YUV 118.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 115 119 124 0.07 0.04 0 0.51 213.33 0.04 0.47
Hex 73 77 7C 7 4 0 33 D5 4 2F
Octal 163 167 174 7 4 0 63 325 4 57
Binary 1110011 1110111 1111100 111 100 0 110011 11010101 100 101111

Color Harmonies of #73777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73777C

Black with #73777C

Text Example


Text Example

White with #73777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73777C; }

 p { color: rgb(115,119,124); }

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

background-color css

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

 a { background-color: rgb(115,119,124); }

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

border-color css

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

 span { border-color: rgb(115,119,124); }

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