Html Css Color HEX #807C7E Venus

📋 copy color: '#807C7E'

red 128 ◦ green 124 ◦ blue 126

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

Shades of Venus #807C7E

Tints of Venus #807C7E

RGB

 RED value IS 128 (50.39% from 255) = 33.86%

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 33.86%
G = 32.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#807C7E (or 0x807C7E) is known color: Venus. HEX triplet: 80, 7C and 7E. RGB value is (128,124,126). Sum of RGB (Red+Green+Blue) = 128+124+126=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 128 - color contains mainly: red. Hex color #807C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C7E is #7F8381. Grayscale: #7D7D7D. Windows color (decimal): -8356738 or 8289408. OLE color: 8289408.

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

Color convert

RGB 128 124 126 -
CMYK 0 0.03 0.02 0.50
HSL 330º 0.02% 0.49% -
HSV(B) 330º 0.03% 0.5% -
XYZ 19.88 20.51 22.65 -
YUV 125.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 128 124 126 0 0.03 0.02 0.50 330 0.02 0.49
Hex 80 7C 7E 0 3 2 32 14A 2 31
Octal 200 174 176 0 3 2 62 512 2 61
Binary 10000000 1111100 1111110 0 11 10 110010 101001010 10 110001

Color Harmonies of #807C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C7E

Black with #807C7E

Text Example


Text Example

White with #807C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C7E; }

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

 H1.HeaderClassName
 {
   color: #807C7E;
 }
 .AnyTagClassName
 {
   color: #807C7E;
 }
</style>

background-color css

<style>
 a { background-color: #807C7E; }

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

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

border-color css

<style>
 span { border-color: #807C7E; }

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

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