Html Css Color HEX #777879 Raven

📋 copy color: '#777879'

red 119 ◦ green 120 ◦ blue 121

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

Shades of Raven #777879

Tints of Raven #777879

RGB

 RED value IS 119 (46.88% from 255) = 33.06%

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 33.06%
G = 33.33%
B = 33.61%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777879 (or 0x777879) is known color: Raven. HEX triplet: 77, 78 and 79. RGB value is (119,120,121). Sum of RGB (Red+Green+Blue) = 119+120+121=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 121 - color contains mainly: blue. Hex color #777879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777879 is #888786. Grayscale: #777777. Windows color (decimal): -8947591 or 7960695. OLE color: 7960695.

HSL color Cylindrical-coordinate representation of color #777879: hue angle of 210º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777879 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 121 -
CMYK 0.02 0.01 0 0.53
HSL 210º 0.01% 0.47% -
HSV(B) 210º 0.02% 0.47% -
XYZ 17.78 18.74 20.77 -
YUV 119.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 119 120 121 0.02 0.01 0 0.53 210 0.01 0.47
Hex 77 78 79 2 1 0 35 D2 1 2F
Octal 167 170 171 2 1 0 65 322 1 57
Binary 1110111 1111000 1111001 10 1 0 110101 11010010 1 101111

Color Harmonies of #777879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777879

Black with #777879

Text Example


Text Example

White with #777879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777879; }

 p { color: rgb(119,120,121); }

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

background-color css

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

 a { background-color: rgb(119,120,121); }

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

border-color css

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

 span { border-color: rgb(119,120,121); }

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