Html Css Color HEX #7D7679 Venus

📋 copy color: '#7D7679'

red 125 ◦ green 118 ◦ blue 121

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

Shades of Venus #7D7679

Tints of Venus #7D7679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 34.34%
G = 32.42%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D7679 (or 0x7D7679) is known color: Venus. HEX triplet: 7D, 76 and 79. RGB value is (125,118,121). Sum of RGB (Red+Green+Blue) = 125+118+121=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7679 is #828986. Grayscale: #787878. Windows color (decimal): -8554887 or 7960189. OLE color: 7960189.

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

Color convert

RGB 125 118 121 -
CMYK 0 0.06 0.03 0.51
HSL 334.29º 0.03% 0.48% -
HSV(B) 334.29º 0.06% 0.49% -
XYZ 18.39 18.7 20.73 -
YUV 120.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 125 118 121 0 0.06 0.03 0.51 334.29 0.03 0.48
Hex 7D 76 79 0 6 3 33 14E 3 30
Octal 175 166 171 0 6 3 63 516 3 60
Binary 1111101 1110110 1111001 0 110 11 110011 101001110 11 110000

Color Harmonies of #7D7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7679

Black with #7D7679

Text Example


Text Example

White with #7D7679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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