Html Css Color HEX #86757B Venus

📋 copy color: '#86757B'

red 134 ◦ green 117 ◦ blue 123

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

Shades of Venus #86757B

Tints of Venus #86757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 35.83%
G = 31.28%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86757B (or 0x86757B) is known color: Venus. HEX triplet: 86, 75 and 7B. RGB value is (134,117,123). Sum of RGB (Red+Green+Blue) = 134+117+123=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86757B is #798A84. Grayscale: #7A7A7A. Windows color (decimal): -7965317 or 8091014. OLE color: 8091014.

HSL color Cylindrical-coordinate representation of color #86757B: hue angle of 338.82º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86757B is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 123 -
CMYK 0 0.13 0.08 0.47
HSL 338.82º 0.07% 0.49% -
HSV(B) 338.82º 0.13% 0.53% -
XYZ 19.77 19.22 21.41 -
YUV 122.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 134 117 123 0 0.13 0.08 0.47 338.82 0.07 0.49
Hex 86 75 7B 0 D 8 2F 153 7 31
Octal 206 165 173 0 15 10 57 523 7 61
Binary 10000110 1110101 1111011 0 1101 1000 101111 101010011 111 110001

Color Harmonies of #86757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86757B

Black with #86757B

Text Example


Text Example

White with #86757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86757B; }

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

 H1.HeaderClassName
 {
   color: #86757B;
 }
 .AnyTagClassName
 {
   color: #86757B;
 }
</style>

background-color css

<style>
 a { background-color: #86757B; }

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

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

border-color css

<style>
 span { border-color: #86757B; }

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

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