Html Css Color HEX #75746D Dove Grey

📋 copy color: '#75746D'

red 117 ◦ green 116 ◦ blue 109

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

Shades of Dove Grey #75746D

Tints of Dove Grey #75746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 34.21%
G = 33.92%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75746D (or 0x75746D) is known color: Dove Grey. HEX triplet: 75, 74 and 6D. RGB value is (117,116,109). Sum of RGB (Red+Green+Blue) = 117+116+109=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #75746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75746D is #8A8B92. Grayscale: #737373. Windows color (decimal): -9079699 or 7173237. OLE color: 7173237.

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

Color convert

RGB 117 116 109 -
CMYK 0 0.01 0.07 0.54
HSL 52.5º 0.04% 0.44% -
HSV(B) 52.5º 0.07% 0.46% -
XYZ 16.34 17.38 16.96 -
YUV 115.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 117 116 109 0 0.01 0.07 0.54 52.5 0.04 0.44
Hex 75 74 6D 0 1 7 36 34 4 2C
Octal 165 164 155 0 1 7 66 64 4 54
Binary 1110101 1110100 1101101 0 1 111 110110 110100 100 101100

Color Harmonies of #75746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75746D

Black with #75746D

Text Example


Text Example

White with #75746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75746D; }

 p { color: rgb(117,116,109); }

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

background-color css

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

 a { background-color: rgb(117,116,109); }

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

border-color css

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

 span { border-color: rgb(117,116,109); }

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