Html Css Color HEX #95767E Venus

📋 copy color: '#95767E'

red 149 ◦ green 118 ◦ blue 126

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

Shades of Venus #95767E

Tints of Venus #95767E

RGB

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

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

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

R = 37.91%
G = 30.03%
B = 32.06%

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

#95767E (or 0x95767E) is known color: Venus. HEX triplet: 95, 76 and 7E. RGB value is (149,118,126). Sum of RGB (Red+Green+Blue) = 149+118+126=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767E is #6A8981. Grayscale: #808080. Windows color (decimal): -6982018 or 8287893. OLE color: 8287893.

HSL color Cylindrical-coordinate representation of color #95767E: hue angle of 344.52º 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 #95767E is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 126 -
CMYK 0 0.21 0.15 0.42
HSL 344.52º 0.13% 0.52% -
HSV(B) 344.52º 0.21% 0.58% -
XYZ 22.64 20.85 22.57 -
YUV 128.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 149 118 126 0 0.21 0.15 0.42 344.52 0.13 0.52
Hex 95 76 7E 0 15 F 2A 159 D 34
Octal 225 166 176 0 25 17 52 531 15 64
Binary 10010101 1110110 1111110 0 10101 1111 101010 101011001 1101 110100

Color Harmonies of #95767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95767E

Black with #95767E

Text Example


Text Example

White with #95767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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