Html Css Color HEX #95737F Venus

📋 copy color: '#95737F'

red 149 ◦ green 115 ◦ blue 127

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

Shades of Venus #95737F

Tints of Venus #95737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 38.11%
G = 29.41%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95737F (or 0x95737F) is known color: Venus. HEX triplet: 95, 73 and 7F. RGB value is (149,115,127). Sum of RGB (Red+Green+Blue) = 149+115+127=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737F is #6A8C80. Grayscale: #7E7E7E. Windows color (decimal): -6982785 or 8352661. OLE color: 8352661.

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

Color convert

RGB 149 115 127 -
CMYK 0 0.23 0.15 0.42
HSL 338.82º 0.14% 0.52% -
HSV(B) 338.82º 0.23% 0.58% -
XYZ 22.36 20.18 22.8 -
YUV 126.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 149 115 127 0 0.23 0.15 0.42 338.82 0.14 0.52
Hex 95 73 7F 0 17 F 2A 153 E 34
Octal 225 163 177 0 27 17 52 523 16 64
Binary 10010101 1110011 1111111 0 10111 1111 101010 101010011 1110 110100

Color Harmonies of #95737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95737F

Black with #95737F

Text Example


Text Example

White with #95737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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