Html Css Color HEX #95747A Turkish Rose

📋 copy color: '#95747A'

red 149 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #95747A

Tints of Turkish Rose #95747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 38.5%
G = 29.97%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95747A (or 0x95747A) is known color: Turkish Rose. HEX triplet: 95, 74 and 7A. RGB value is (149,116,122). Sum of RGB (Red+Green+Blue) = 149+116+122=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747A is #6A8B85. Grayscale: #7E7E7E. Windows color (decimal): -6982534 or 8025237. OLE color: 8025237.

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

Color convert

RGB 149 116 122 -
CMYK 0 0.22 0.18 0.42
HSL 349.09º 0.13% 0.52% -
HSV(B) 349.09º 0.22% 0.58% -
XYZ 22.15 20.29 21.16 -
YUV 126.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 149 116 122 0 0.22 0.18 0.42 349.09 0.13 0.52
Hex 95 74 7A 0 16 12 2A 15D D 34
Octal 225 164 172 0 26 22 52 535 15 64
Binary 10010101 1110100 1111010 0 10110 10010 101010 101011101 1101 110100

Color Harmonies of #95747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95747A

Black with #95747A

Text Example


Text Example

White with #95747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95747A; }

 p { color: rgb(149,116,122); }

 H1.HeaderClassName
 {
   color: #95747A;
 }
 .AnyTagClassName
 {
   color: #95747A;
 }
</style>

background-color css

<style>
 a { background-color: #95747A; }

 a { background-color: rgb(149,116,122); }

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

border-color css

<style>
 span { border-color: #95747A; }

 span { border-color: rgb(149,116,122); }

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