Html Css Color HEX #7D7478 Venus

📋 copy color: '#7D7478'

red 125 ◦ green 116 ◦ blue 120

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

Shades of Venus #7D7478

Tints of Venus #7D7478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 34.63%
G = 32.13%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D7478 (or 0x7D7478) is known color: Venus. HEX triplet: 7D, 74 and 78. RGB value is (125,116,120). Sum of RGB (Red+Green+Blue) = 125+116+120=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7478 is #828B87. Grayscale: #777777. Windows color (decimal): -8555400 or 7894141. OLE color: 7894141.

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

Color convert

RGB 125 116 120 -
CMYK 0 0.07 0.04 0.51
HSL 333.33º 0.04% 0.47% -
HSV(B) 333.33º 0.07% 0.49% -
XYZ 18.09 18.21 20.33 -
YUV 119.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 125 116 120 0 0.07 0.04 0.51 333.33 0.04 0.47
Hex 7D 74 78 0 7 4 33 14D 4 2F
Octal 175 164 170 0 7 4 63 515 4 57
Binary 1111101 1110100 1111000 0 111 100 110011 101001101 100 101111

Color Harmonies of #7D7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7478

Black with #7D7478

Text Example


Text Example

White with #7D7478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,116,120); }

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

background-color css

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

 a { background-color: rgb(125,116,120); }

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

border-color css

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

 span { border-color: rgb(125,116,120); }

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