Html Css Color HEX #727375 Raven

📋 copy color: '#727375'

red 114 ◦ green 115 ◦ blue 117

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

Shades of Raven #727375

Tints of Raven #727375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 32.95%
G = 33.24%
B = 33.82%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#727375 (or 0x727375) is known color: Raven. HEX triplet: 72, 73 and 75. RGB value is (114,115,117). Sum of RGB (Red+Green+Blue) = 114+115+117=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #727375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727375 is #8D8C8A. Grayscale: #727272. Windows color (decimal): -9276555 or 7697266. OLE color: 7697266.

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

Color convert

RGB 114 115 117 -
CMYK 0.03 0.02 0 0.54
HSL 220º 0.01% 0.45% -
HSV(B) 220º 0.03% 0.46% -
XYZ 16.28 17.12 19.28 -
YUV 114.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 114 115 117 0.03 0.02 0 0.54 220 0.01 0.45
Hex 72 73 75 3 2 0 36 DC 1 2D
Octal 162 163 165 3 2 0 66 334 1 55
Binary 1110010 1110011 1110101 11 10 0 110110 11011100 1 101101

Color Harmonies of #727375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727375

Black with #727375

Text Example


Text Example

White with #727375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727375; }

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

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

background-color css

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

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

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

border-color css

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

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

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