Html Css Color HEX #95767D Venus

📋 copy color: '#95767D'

red 149 ◦ green 118 ◦ blue 125

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

Shades of Venus #95767D

Tints of Venus #95767D

RGB

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

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

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

R = 38.01%
G = 30.1%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95767D (or 0x95767D) is known color: Venus. HEX triplet: 95, 76 and 7D. RGB value is (149,118,125). Sum of RGB (Red+Green+Blue) = 149+118+125=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767D is #6A8982. Grayscale: #808080. Windows color (decimal): -6982019 or 8222357. OLE color: 8222357.

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

Color convert

RGB 149 118 125 -
CMYK 0 0.21 0.16 0.42
HSL 346.45º 0.13% 0.52% -
HSV(B) 346.45º 0.21% 0.58% -
XYZ 22.57 20.83 22.23 -
YUV 128.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 149 118 125 0 0.21 0.16 0.42 346.45 0.13 0.52
Hex 95 76 7D 0 15 10 2A 15A D 34
Octal 225 166 175 0 25 20 52 532 15 64
Binary 10010101 1110110 1111101 0 10101 10000 101010 101011010 1101 110100

Color Harmonies of #95767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95767D

Black with #95767D

Text Example


Text Example

White with #95767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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