Html Css Color HEX #75726C Dove Grey

📋 copy color: '#75726C'

red 117 ◦ green 114 ◦ blue 108

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

Shades of Dove Grey #75726C

Tints of Dove Grey #75726C

RGB

 RED value IS 117 (46.09% from 255) = 34.51%

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 34.51%
G = 33.63%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75726C (or 0x75726C) is known color: Dove Grey. HEX triplet: 75, 72 and 6C. RGB value is (117,114,108). Sum of RGB (Red+Green+Blue) = 117+114+108=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75726C is #8A8D93. Grayscale: #727272. Windows color (decimal): -9080212 or 7107189. OLE color: 7107189.

HSL color Cylindrical-coordinate representation of color #75726C: hue angle of 40º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75726C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 108 -
CMYK 0 0.03 0.08 0.54
HSL 40º 0.04% 0.44% -
HSV(B) 40º 0.08% 0.46% -
XYZ 16.06 16.9 16.6 -
YUV 114.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 117 114 108 0 0.03 0.08 0.54 40 0.04 0.44
Hex 75 72 6C 0 3 8 36 28 4 2C
Octal 165 162 154 0 3 10 66 50 4 54
Binary 1110101 1110010 1101100 0 11 1000 110110 101000 100 101100

Color Harmonies of #75726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75726C

Black with #75726C

Text Example


Text Example

White with #75726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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