Html Css Color HEX #7C7578 Venus

📋 copy color: '#7C7578'

red 124 ◦ green 117 ◦ blue 120

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

Shades of Venus #7C7578

Tints of Venus #7C7578

RGB

 RED value IS 124 (48.83% from 255) = 34.35%

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 34.35%
G = 32.41%
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

#7C7578 (or 0x7C7578) is known color: Venus. HEX triplet: 7C, 75 and 78. RGB value is (124,117,120). Sum of RGB (Red+Green+Blue) = 124+117+120=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7578 is #838A87. Grayscale: #777777. Windows color (decimal): -8620680 or 7894396. OLE color: 7894396.

HSL color Cylindrical-coordinate representation of color #7C7578: hue angle of 334.29º 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 #7C7578 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 120 -
CMYK 0 0.06 0.03 0.51
HSL 334.29º 0.03% 0.47% -
HSV(B) 334.29º 0.06% 0.49% -
XYZ 18.06 18.36 20.36 -
YUV 119.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 124 117 120 0 0.06 0.03 0.51 334.29 0.03 0.47
Hex 7C 75 78 0 6 3 33 14E 3 2F
Octal 174 165 170 0 6 3 63 516 3 57
Binary 1111100 1110101 1111000 0 110 11 110011 101001110 11 101111

Color Harmonies of #7C7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7578

Black with #7C7578

Text Example


Text Example

White with #7C7578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,120); }

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

background-color css

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

 a { background-color: rgb(124,117,120); }

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

border-color css

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

 span { border-color: rgb(124,117,120); }

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