Html Css Color HEX #94757A Turkish Rose

📋 copy color: '#94757A'

red 148 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #94757A

Tints of Turkish Rose #94757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 38.24%
G = 30.23%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94757A (or 0x94757A) is known color: Turkish Rose. HEX triplet: 94, 75 and 7A. RGB value is (148,117,122). Sum of RGB (Red+Green+Blue) = 148+117+122=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94757A is #6B8A85. Grayscale: #7E7E7E. Windows color (decimal): -7047814 or 8025492. OLE color: 8025492.

HSL color Cylindrical-coordinate representation of color #94757A: hue angle of 350.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94757A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 122 -
CMYK 0 0.21 0.18 0.42
HSL 350.32º 0.13% 0.52% -
HSV(B) 350.32º 0.21% 0.58% -
XYZ 22.09 20.42 21.19 -
YUV 126.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 148 117 122 0 0.21 0.18 0.42 350.32 0.13 0.52
Hex 94 75 7A 0 15 12 2A 15E D 34
Octal 224 165 172 0 25 22 52 536 15 64
Binary 10010100 1110101 1111010 0 10101 10010 101010 101011110 1101 110100

Color Harmonies of #94757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94757A

Black with #94757A

Text Example


Text Example

White with #94757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,117,122); }

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

background-color css

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

 a { background-color: rgb(148,117,122); }

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

border-color css

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

 span { border-color: rgb(148,117,122); }

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