Html Css Color HEX #7D7675 Grey

📋 copy color: '#7D7675'

red 125 ◦ green 118 ◦ blue 117

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

Shades of Grey #7D7675

Tints of Grey #7D7675

RGB

 RED value IS 125 (49.22% from 255) = 34.72%

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 34.72%
G = 32.78%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D7675 (or 0x7D7675) is known color: Grey. HEX triplet: 7D, 76 and 75. RGB value is (125,118,117). Sum of RGB (Red+Green+Blue) = 125+118+117=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7675 is #82898A. Grayscale: #777777. Windows color (decimal): -8554891 or 7698045. OLE color: 7698045.

HSL color Cylindrical-coordinate representation of color #7D7675: hue angle of 7.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D7675 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 118 117 -
CMYK 0 0.06 0.06 0.51
HSL 7.5º 0.03% 0.47% -
HSV(B) 7.5º 0.06% 0.49% -
XYZ 18.15 18.6 19.46 -
YUV 119.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 125 118 117 0 0.06 0.06 0.51 7.5 0.03 0.47
Hex 7D 76 75 0 6 6 33 8 3 2F
Octal 175 166 165 0 6 6 63 10 3 57
Binary 1111101 1110110 1110101 0 110 110 110011 1000 11 101111

Color Harmonies of #7D7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7675

Black with #7D7675

Text Example


Text Example

White with #7D7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D7675; }

 p { color: rgb(125,118,117); }

 H1.HeaderClassName
 {
   color: #7D7675;
 }
 .AnyTagClassName
 {
   color: #7D7675;
 }
</style>

background-color css

<style>
 a { background-color: #7D7675; }

 a { background-color: rgb(125,118,117); }

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

border-color css

<style>
 span { border-color: #7D7675; }

 span { border-color: rgb(125,118,117); }

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