Html Css Color HEX #727579 Raven

📋 copy color: '#727579'

red 114 ◦ green 117 ◦ blue 121

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

Shades of Raven #727579

Tints of Raven #727579

RGB

 RED value IS 114 (44.92% from 255) = 32.39%

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 32.39%
G = 33.24%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727579 (or 0x727579) is known color: Raven. HEX triplet: 72, 75 and 79. RGB value is (114,117,121). Sum of RGB (Red+Green+Blue) = 114+117+121=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #727579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727579 is #8D8A86. Grayscale: #747474. Windows color (decimal): -9276039 or 7959922. OLE color: 7959922.

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

Color convert

RGB 114 117 121 -
CMYK 0.06 0.03 0 0.53
HSL 214.29º 0.03% 0.46% -
HSV(B) 214.29º 0.06% 0.47% -
XYZ 16.75 17.68 20.62 -
YUV 116.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 114 117 121 0.06 0.03 0 0.53 214.29 0.03 0.46
Hex 72 75 79 6 3 0 35 D6 3 2E
Octal 162 165 171 6 3 0 65 326 3 56
Binary 1110010 1110101 1111001 110 11 0 110101 11010110 11 101110

Color Harmonies of #727579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727579

Black with #727579

Text Example


Text Example

White with #727579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727579; }

 p { color: rgb(114,117,121); }

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

background-color css

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

 a { background-color: rgb(114,117,121); }

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

border-color css

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

 span { border-color: rgb(114,117,121); }

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