Html Css Color HEX #97727B Turkish Rose

📋 copy color: '#97727B'

red 151 ◦ green 114 ◦ blue 123

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

Shades of Turkish Rose #97727B

Tints of Turkish Rose #97727B

RGB

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

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

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

R = 38.92%
G = 29.38%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97727B (or 0x97727B) is known color: Turkish Rose. HEX triplet: 97, 72 and 7B. RGB value is (151,114,123). Sum of RGB (Red+Green+Blue) = 151+114+123=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #97727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97727B is #688D84. Grayscale: #7E7E7E. Windows color (decimal): -6851973 or 8090263. OLE color: 8090263.

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

Color convert

RGB 151 114 123 -
CMYK 0 0.25 0.19 0.41
HSL 345.41º 0.15% 0.52% -
HSV(B) 345.41º 0.25% 0.59% -
XYZ 22.35 20.04 21.43 -
YUV 126.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 151 114 123 0 0.25 0.19 0.41 345.41 0.15 0.52
Hex 97 72 7B 0 19 13 29 159 F 34
Octal 227 162 173 0 31 23 51 531 17 64
Binary 10010111 1110010 1111011 0 11001 10011 101001 101011001 1111 110100

Color Harmonies of #97727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97727B

Black with #97727B

Text Example


Text Example

White with #97727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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