Html Css Color HEX #727679 Raven

📋 copy color: '#727679'

red 114 ◦ green 118 ◦ blue 121

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

Shades of Raven #727679

Tints of Raven #727679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 32.29%
G = 33.43%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727679 (or 0x727679) is known color: Raven. HEX triplet: 72, 76 and 79. RGB value is (114,118,121). Sum of RGB (Red+Green+Blue) = 114+118+121=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #727679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727679 is #8D8986. Grayscale: #757575. Windows color (decimal): -9275783 or 7960178. OLE color: 7960178.

HSL color Cylindrical-coordinate representation of color #727679: hue angle of 205.71º 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 #727679 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 118 121 -
CMYK 0.06 0.02 0 0.53
HSL 205.71º 0.03% 0.46% -
HSV(B) 205.71º 0.06% 0.47% -
XYZ 16.87 17.91 20.66 -
YUV 117.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 114 118 121 0.06 0.02 0 0.53 205.71 0.03 0.46
Hex 72 76 79 6 2 0 35 CE 3 2E
Octal 162 166 171 6 2 0 65 316 3 56
Binary 1110010 1110110 1111001 110 10 0 110101 11001110 11 101110

Color Harmonies of #727679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727679

Black with #727679

Text Example


Text Example

White with #727679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727679; }

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

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

background-color css

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

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

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

border-color css

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

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

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