Html Css Color HEX #96727A Turkish Rose

📋 copy color: '#96727A'

red 150 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #96727A

Tints of Turkish Rose #96727A

RGB

 RED value IS 150 (58.98% from 255) = 38.86%

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 38.86%
G = 29.53%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96727A (or 0x96727A) is known color: Turkish Rose. HEX triplet: 96, 72 and 7A. RGB value is (150,114,122). Sum of RGB (Red+Green+Blue) = 150+114+122=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96727A is #698D85. Grayscale: #7D7D7D. Windows color (decimal): -6917510 or 8024726. OLE color: 8024726.

HSL color Cylindrical-coordinate representation of color #96727A: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96727A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 114 122 -
CMYK 0 0.24 0.19 0.41
HSL 346.67º 0.15% 0.52% -
HSV(B) 346.67º 0.24% 0.59% -
XYZ 22.11 19.92 21.09 -
YUV 125.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 150 114 122 0 0.24 0.19 0.41 346.67 0.15 0.52
Hex 96 72 7A 0 18 13 29 15B F 34
Octal 226 162 172 0 30 23 51 533 17 64
Binary 10010110 1110010 1111010 0 11000 10011 101001 101011011 1111 110100

Color Harmonies of #96727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96727A

Black with #96727A

Text Example


Text Example

White with #96727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,114,122); }

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

background-color css

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

 a { background-color: rgb(150,114,122); }

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

border-color css

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

 span { border-color: rgb(150,114,122); }

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