Html Css Color HEX #867A7F Venus

📋 copy color: '#867A7F'

red 134 ◦ green 122 ◦ blue 127

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

Shades of Venus #867A7F

Tints of Venus #867A7F

RGB

 RED value IS 134 (52.73% from 255) = 34.99%

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 34.99%
G = 31.85%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#867A7F (or 0x867A7F) is known color: Venus. HEX triplet: 86, 7A and 7F. RGB value is (134,122,127). Sum of RGB (Red+Green+Blue) = 134+122+127=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A7F is #798580. Grayscale: #7E7E7E. Windows color (decimal): -7964033 or 8354438. OLE color: 8354438.

HSL color Cylindrical-coordinate representation of color #867A7F: hue angle of 335º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #867A7F is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 127 -
CMYK 0 0.09 0.05 0.47
HSL 335º 0.05% 0.5% -
HSV(B) 335º 0.09% 0.53% -
XYZ 20.62 20.52 22.95 -
YUV 126.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 134 122 127 0 0.09 0.05 0.47 335 0.05 0.5
Hex 86 7A 7F 0 9 5 2F 14F 5 32
Octal 206 172 177 0 11 5 57 517 5 62
Binary 10000110 1111010 1111111 0 1001 101 101111 101001111 101 110010

Color Harmonies of #867A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A7F

Black with #867A7F

Text Example


Text Example

White with #867A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867A7F; }

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

 H1.HeaderClassName
 {
   color: #867A7F;
 }
 .AnyTagClassName
 {
   color: #867A7F;
 }
</style>

background-color css

<style>
 a { background-color: #867A7F; }

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

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

border-color css

<style>
 span { border-color: #867A7F; }

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

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