Html Css Color HEX #8A7E7F Venus

📋 copy color: '#8A7E7F'

red 138 ◦ green 126 ◦ blue 127

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

Shades of Venus #8A7E7F

Tints of Venus #8A7E7F

RGB

 RED value IS 138 (54.3% from 255) = 35.29%

 GREEN value IS 126 (49.61% from 255) = 32.23%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 35.29%
G = 32.23%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A7E7F (or 0x8A7E7F) is known color: Venus. HEX triplet: 8A, 7E and 7F. RGB value is (138,126,127). Sum of RGB (Red+Green+Blue) = 138+126+127=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7E7F is #758180. Grayscale: #818181. Windows color (decimal): -7700865 or 8355466. OLE color: 8355466.

HSL color Cylindrical-coordinate representation of color #8A7E7F: hue angle of 355º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7E7F is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 126 127 -
CMYK 0 0.09 0.08 0.46
HSL 355º 0.05% 0.52% -
HSV(B) 355º 0.09% 0.54% -
XYZ 21.77 21.86 23.15 -
YUV 129.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 138 126 127 0 0.09 0.08 0.46 355 0.05 0.52
Hex 8A 7E 7F 0 9 8 2E 163 5 34
Octal 212 176 177 0 11 10 56 543 5 64
Binary 10001010 1111110 1111111 0 1001 1000 101110 101100011 101 110100

Color Harmonies of #8A7E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E7F

Black with #8A7E7F

Text Example


Text Example

White with #8A7E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7E7F; }

 p { color: rgb(138,126,127); }

 H1.HeaderClassName
 {
   color: #8A7E7F;
 }
 .AnyTagClassName
 {
   color: #8A7E7F;
 }
</style>

background-color css

<style>
 a { background-color: #8A7E7F; }

 a { background-color: rgb(138,126,127); }

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

border-color css

<style>
 span { border-color: #8A7E7F; }

 span { border-color: rgb(138,126,127); }

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