Html Css Color HEX #94787C Turkish Rose

📋 copy color: '#94787C'

red 148 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #94787C

Tints of Turkish Rose #94787C

RGB

 RED value IS 148 (58.2% from 255) = 37.76%

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 37.76%
G = 30.61%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94787C (or 0x94787C) is known color: Turkish Rose. HEX triplet: 94, 78 and 7C. RGB value is (148,120,124). Sum of RGB (Red+Green+Blue) = 148+120+124=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787C is #6B8783. Grayscale: #808080. Windows color (decimal): -7047044 or 8157332. OLE color: 8157332.

HSL color Cylindrical-coordinate representation of color #94787C: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787C is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 124 -
CMYK 0 0.19 0.16 0.42
HSL 351.43º 0.12% 0.53% -
HSV(B) 351.43º 0.19% 0.58% -
XYZ 22.57 21.18 21.97 -
YUV 128.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 148 120 124 0 0.19 0.16 0.42 351.43 0.12 0.53
Hex 94 78 7C 0 13 10 2A 15F C 35
Octal 224 170 174 0 23 20 52 537 14 65
Binary 10010100 1111000 1111100 0 10011 10000 101010 101011111 1100 110101

Color Harmonies of #94787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94787C

Black with #94787C

Text Example


Text Example

White with #94787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94787C; }

 p { color: rgb(148,120,124); }

 H1.HeaderClassName
 {
   color: #94787C;
 }
 .AnyTagClassName
 {
   color: #94787C;
 }
</style>

background-color css

<style>
 a { background-color: #94787C; }

 a { background-color: rgb(148,120,124); }

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

border-color css

<style>
 span { border-color: #94787C; }

 span { border-color: rgb(148,120,124); }

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