Html Css Color HEX #7E7B7C Venus

📋 copy color: '#7E7B7C'

red 126 ◦ green 123 ◦ blue 124

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

Shades of Venus #7E7B7C

Tints of Venus #7E7B7C

RGB

 RED value IS 126 (49.61% from 255) = 33.78%

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 33.78%
G = 32.98%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7E7B7C (or 0x7E7B7C) is known color: Venus. HEX triplet: 7E, 7B and 7C. RGB value is (126,123,124). Sum of RGB (Red+Green+Blue) = 126+123+124=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B7C is #818483. Grayscale: #7C7C7C. Windows color (decimal): -8488068 or 8158078. OLE color: 8158078.

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

Color convert

RGB 126 123 124 -
CMYK 0 0.02 0.02 0.51
HSL 340º 0.01% 0.49% -
HSV(B) 340º 0.02% 0.49% -
XYZ 19.33 20.06 21.92 -
YUV 124.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 126 123 124 0 0.02 0.02 0.51 340 0.01 0.49
Hex 7E 7B 7C 0 2 2 33 154 1 31
Octal 176 173 174 0 2 2 63 524 1 61
Binary 1111110 1111011 1111100 0 10 10 110011 101010100 1 110001

Color Harmonies of #7E7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7B7C

Black with #7E7B7C

Text Example


Text Example

White with #7E7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,124); }

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

background-color css

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

 a { background-color: rgb(126,123,124); }

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

border-color css

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

 span { border-color: rgb(126,123,124); }

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