Html Css Color HEX #95767F Venus

📋 copy color: '#95767F'

red 149 ◦ green 118 ◦ blue 127

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

Shades of Venus #95767F

Tints of Venus #95767F

RGB

 RED value IS 149 (58.59% from 255) = 37.82%

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 37.82%
G = 29.95%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95767F (or 0x95767F) is known color: Venus. HEX triplet: 95, 76 and 7F. RGB value is (149,118,127). Sum of RGB (Red+Green+Blue) = 149+118+127=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767F is #6A8980. Grayscale: #808080. Windows color (decimal): -6982017 or 8353429. OLE color: 8353429.

HSL color Cylindrical-coordinate representation of color #95767F: hue angle of 342.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95767F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 127 -
CMYK 0 0.21 0.15 0.42
HSL 342.58º 0.13% 0.52% -
HSV(B) 342.58º 0.21% 0.58% -
XYZ 22.7 20.88 22.91 -
YUV 128.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 149 118 127 0 0.21 0.15 0.42 342.58 0.13 0.52
Hex 95 76 7F 0 15 F 2A 157 D 34
Octal 225 166 177 0 25 17 52 527 15 64
Binary 10010101 1110110 1111111 0 10101 1111 101010 101010111 1101 110100

Color Harmonies of #95767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95767F

Black with #95767F

Text Example


Text Example

White with #95767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95767F; }

 p { color: rgb(149,118,127); }

 H1.HeaderClassName
 {
   color: #95767F;
 }
 .AnyTagClassName
 {
   color: #95767F;
 }
</style>

background-color css

<style>
 a { background-color: #95767F; }

 a { background-color: rgb(149,118,127); }

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

border-color css

<style>
 span { border-color: #95767F; }

 span { border-color: rgb(149,118,127); }

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