Html Css Color HEX #73726E Dove Grey

📋 copy color: '#73726E'

red 115 ◦ green 114 ◦ blue 110

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

Shades of Dove Grey #73726E

Tints of Dove Grey #73726E

RGB

 RED value IS 115 (45.31% from 255) = 33.92%

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 33.92%
G = 33.63%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73726E (or 0x73726E) is known color: Dove Grey. HEX triplet: 73, 72 and 6E. RGB value is (115,114,110). Sum of RGB (Red+Green+Blue) = 115+114+110=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 115 - color contains mainly: red. Hex color #73726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73726E is #8C8D91. Grayscale: #717171. Windows color (decimal): -9211282 or 7238259. OLE color: 7238259.

HSL color Cylindrical-coordinate representation of color #73726E: hue angle of 48º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #73726E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 114 110 -
CMYK 0 0.01 0.04 0.55
HSL 48º 0.02% 0.44% -
HSV(B) 48º 0.04% 0.45% -
XYZ 15.9 16.81 17.16 -
YUV 113.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 115 114 110 0 0.01 0.04 0.55 48 0.02 0.44
Hex 73 72 6E 0 1 4 37 30 2 2C
Octal 163 162 156 0 1 4 67 60 2 54
Binary 1110011 1110010 1101110 0 1 100 110111 110000 10 101100

Color Harmonies of #73726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73726E

Black with #73726E

Text Example


Text Example

White with #73726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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