Html Css Color HEX #727577 Raven

📋 copy color: '#727577'

red 114 ◦ green 117 ◦ blue 119

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

Shades of Raven #727577

Tints of Raven #727577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 32.57%
G = 33.43%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727577 (or 0x727577) is known color: Raven. HEX triplet: 72, 75 and 77. RGB value is (114,117,119). Sum of RGB (Red+Green+Blue) = 114+117+119=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #727577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727577 is #8D8A88. Grayscale: #747474. Windows color (decimal): -9276041 or 7828850. OLE color: 7828850.

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

Color convert

RGB 114 117 119 -
CMYK 0.04 0.02 0 0.53
HSL 204º 0.02% 0.46% -
HSV(B) 204º 0.04% 0.47% -
XYZ 16.63 17.63 19.98 -
YUV 116.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 114 117 119 0.04 0.02 0 0.53 204 0.02 0.46
Hex 72 75 77 4 2 0 35 CC 2 2E
Octal 162 165 167 4 2 0 65 314 2 56
Binary 1110010 1110101 1110111 100 10 0 110101 11001100 10 101110

Color Harmonies of #727577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727577

Black with #727577

Text Example


Text Example

White with #727577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727577; }

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

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

background-color css

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

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

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

border-color css

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

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

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