Html Css Color HEX #867B7E Venus

📋 copy color: '#867B7E'

red 134 ◦ green 123 ◦ blue 126

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

Shades of Venus #867B7E

Tints of Venus #867B7E

RGB

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

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

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

R = 34.99%
G = 32.11%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#867B7E (or 0x867B7E) is known color: Venus. HEX triplet: 86, 7B and 7E. RGB value is (134,123,126). Sum of RGB (Red+Green+Blue) = 134+123+126=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7E is #798481. Grayscale: #7E7E7E. Windows color (decimal): -7963778 or 8289158. OLE color: 8289158.

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

Color convert

RGB 134 123 126 -
CMYK 0 0.08 0.06 0.47
HSL 343.64º 0.04% 0.5% -
HSV(B) 343.64º 0.08% 0.53% -
XYZ 20.68 20.74 22.65 -
YUV 126.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 134 123 126 0 0.08 0.06 0.47 343.64 0.04 0.5
Hex 86 7B 7E 0 8 6 2F 158 4 32
Octal 206 173 176 0 10 6 57 530 4 62
Binary 10000110 1111011 1111110 0 1000 110 101111 101011000 100 110010

Color Harmonies of #867B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B7E

Black with #867B7E

Text Example


Text Example

White with #867B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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