Html Css Color HEX #75746B Dove Grey

📋 copy color: '#75746B'

red 117 ◦ green 116 ◦ blue 107

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

Shades of Dove Grey #75746B

Tints of Dove Grey #75746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 34.41%
G = 34.12%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75746B (or 0x75746B) is known color: Dove Grey. HEX triplet: 75, 74 and 6B. RGB value is (117,116,107). Sum of RGB (Red+Green+Blue) = 117+116+107=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #75746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75746B is #8A8B94. Grayscale: #737373. Windows color (decimal): -9079701 or 7042165. OLE color: 7042165.

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

Color convert

RGB 117 116 107 -
CMYK 0 0.01 0.09 0.54
HSL 54º 0.04% 0.44% -
HSV(B) 54º 0.09% 0.46% -
XYZ 16.24 17.33 16.4 -
YUV 115.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 117 116 107 0 0.01 0.09 0.54 54 0.04 0.44
Hex 75 74 6B 0 1 9 36 36 4 2C
Octal 165 164 153 0 1 11 66 66 4 54
Binary 1110101 1110100 1101011 0 1 1001 110110 110110 100 101100

Color Harmonies of #75746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75746B

Black with #75746B

Text Example


Text Example

White with #75746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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