Html Css Color HEX #7F757A Venus

📋 copy color: '#7F757A'

red 127 ◦ green 117 ◦ blue 122

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

Shades of Venus #7F757A

Tints of Venus #7F757A

RGB

 RED value IS 127 (50% from 255) = 34.7%

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 34.7%
G = 31.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F757A (or 0x7F757A) is known color: Venus. HEX triplet: 7F, 75 and 7A. RGB value is (127,117,122). Sum of RGB (Red+Green+Blue) = 127+117+122=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 127 - color contains mainly: red. Hex color #7F757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F757A is #808A85. Grayscale: #787878. Windows color (decimal): -8424070 or 8025471. OLE color: 8025471.

HSL color Cylindrical-coordinate representation of color #7F757A: hue angle of 330º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F757A is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 122 -
CMYK 0 0.08 0.04 0.50
HSL 330º 0.04% 0.48% -
HSV(B) 330º 0.08% 0.5% -
XYZ 18.63 18.64 21.03 -
YUV 120.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 127 117 122 0 0.08 0.04 0.50 330 0.04 0.48
Hex 7F 75 7A 0 8 4 32 14A 4 30
Octal 177 165 172 0 10 4 62 512 4 60
Binary 1111111 1110101 1111010 0 1000 100 110010 101001010 100 110000

Color Harmonies of #7F757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F757A

Black with #7F757A

Text Example


Text Example

White with #7F757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,122); }

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

background-color css

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

 a { background-color: rgb(127,117,122); }

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

border-color css

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

 span { border-color: rgb(127,117,122); }

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