Html Css Color HEX #97747B Turkish Rose

📋 copy color: '#97747B'

red 151 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #97747B

Tints of Turkish Rose #97747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 38.72%
G = 29.74%
B = 31.54%

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

#97747B (or 0x97747B) is known color: Turkish Rose. HEX triplet: 97, 74 and 7B. RGB value is (151,116,123). Sum of RGB (Red+Green+Blue) = 151+116+123=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747B is #688B84. Grayscale: #7F7F7F. Windows color (decimal): -6851461 or 8090775. OLE color: 8090775.

HSL color Cylindrical-coordinate representation of color #97747B: hue angle of 348º 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 #97747B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 123 -
CMYK 0 0.23 0.19 0.41
HSL 348º 0.14% 0.52% -
HSV(B) 348º 0.23% 0.59% -
XYZ 22.58 20.5 21.51 -
YUV 127.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 151 116 123 0 0.23 0.19 0.41 348 0.14 0.52
Hex 97 74 7B 0 17 13 29 15C E 34
Octal 227 164 173 0 27 23 51 534 16 64
Binary 10010111 1110100 1111011 0 10111 10011 101001 101011100 1110 110100

Color Harmonies of #97747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97747B

Black with #97747B

Text Example


Text Example

White with #97747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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