Html Css Color HEX #75736E Dove Grey

📋 copy color: '#75736E'

red 117 ◦ green 115 ◦ blue 110

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

Shades of Dove Grey #75736E

Tints of Dove Grey #75736E

RGB

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

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

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

R = 34.21%
G = 33.63%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75736E (or 0x75736E) is known color: Dove Grey. HEX triplet: 75, 73 and 6E. RGB value is (117,115,110). Sum of RGB (Red+Green+Blue) = 117+115+110=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #75736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75736E is #8A8C91. Grayscale: #737373. Windows color (decimal): -9079954 or 7238517. OLE color: 7238517.

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

Color convert

RGB 117 115 110 -
CMYK 0 0.02 0.06 0.54
HSL 42.86º 0.03% 0.45% -
HSV(B) 42.86º 0.06% 0.46% -
XYZ 16.28 17.17 17.21 -
YUV 115.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 117 115 110 0 0.02 0.06 0.54 42.86 0.03 0.45
Hex 75 73 6E 0 2 6 36 2B 3 2D
Octal 165 163 156 0 2 6 66 53 3 55
Binary 1110101 1110011 1101110 0 10 110 110110 101011 11 101101

Color Harmonies of #75736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75736E

Black with #75736E

Text Example


Text Example

White with #75736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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