Html Css Color HEX #97747A Turkish Rose

📋 copy color: '#97747A'

red 151 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #97747A

Tints of Turkish Rose #97747A

RGB

 RED value IS 151 (59.38% from 255) = 38.82%

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

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

R = 38.82%
G = 29.82%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97747A (or 0x97747A) is known color: Turkish Rose. HEX triplet: 97, 74 and 7A. RGB value is (151,116,122). Sum of RGB (Red+Green+Blue) = 151+116+122=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747A is #688B85. Grayscale: #7F7F7F. Windows color (decimal): -6851462 or 8025239. OLE color: 8025239.

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

Color convert

RGB 151 116 122 -
CMYK 0 0.23 0.19 0.41
HSL 349.71º 0.14% 0.52% -
HSV(B) 349.71º 0.23% 0.59% -
XYZ 22.52 20.48 21.18 -
YUV 127.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 151 116 122 0 0.23 0.19 0.41 349.71 0.14 0.52
Hex 97 74 7A 0 17 13 29 15E E 34
Octal 227 164 172 0 27 23 51 536 16 64
Binary 10010111 1110100 1111010 0 10111 10011 101001 101011110 1110 110100

Color Harmonies of #97747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97747A

Black with #97747A

Text Example


Text Example

White with #97747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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