Html Css Color HEX #7F777A Venus

📋 copy color: '#7F777A'

red 127 ◦ green 119 ◦ blue 122

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

Shades of Venus #7F777A

Tints of Venus #7F777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 34.51%
G = 32.34%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#7F777A (or 0x7F777A) is known color: Venus. HEX triplet: 7F, 77 and 7A. RGB value is (127,119,122). Sum of RGB (Red+Green+Blue) = 127+119+122=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 127 - color contains mainly: red. Hex color #7F777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F777A is #808885. Grayscale: #797979. Windows color (decimal): -8423558 or 8025983. OLE color: 8025983.

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

Color convert

RGB 127 119 122 -
CMYK 0 0.06 0.04 0.50
HSL 337.5º 0.03% 0.48% -
HSV(B) 337.5º 0.06% 0.5% -
XYZ 18.86 19.11 21.11 -
YUV 121.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 127 119 122 0 0.06 0.04 0.50 337.5 0.03 0.48
Hex 7F 77 7A 0 6 4 32 152 3 30
Octal 177 167 172 0 6 4 62 522 3 60
Binary 1111111 1110111 1111010 0 110 100 110010 101010010 11 110000

Color Harmonies of #7F777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F777A

Black with #7F777A

Text Example


Text Example

White with #7F777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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