Html Css Color HEX #867B7D Venus

📋 copy color: '#867B7D'

red 134 ◦ green 123 ◦ blue 125

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

Shades of Venus #867B7D

Tints of Venus #867B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 35.08%
G = 32.2%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#867B7D (or 0x867B7D) is known color: Venus. HEX triplet: 86, 7B and 7D. RGB value is (134,123,125). Sum of RGB (Red+Green+Blue) = 134+123+125=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7D is #798482. Grayscale: #7E7E7E. Windows color (decimal): -7963779 or 8223622. OLE color: 8223622.

HSL color Cylindrical-coordinate representation of color #867B7D: hue angle of 349.09º 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 #867B7D is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 123 125 -
CMYK 0 0.08 0.07 0.47
HSL 349.09º 0.04% 0.5% -
HSV(B) 349.09º 0.08% 0.53% -
XYZ 20.62 20.71 22.31 -
YUV 126.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 134 123 125 0 0.08 0.07 0.47 349.09 0.04 0.5
Hex 86 7B 7D 0 8 7 2F 15D 4 32
Octal 206 173 175 0 10 7 57 535 4 62
Binary 10000110 1111011 1111101 0 1000 111 101111 101011101 100 110010

Color Harmonies of #867B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B7D

Black with #867B7D

Text Example


Text Example

White with #867B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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