Html Css Color HEX #94737A Turkish Rose

📋 copy color: '#94737A'

red 148 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #94737A

Tints of Turkish Rose #94737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 38.44%
G = 29.87%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#94737A (or 0x94737A) is known color: Turkish Rose. HEX triplet: 94, 73 and 7A. RGB value is (148,115,122). Sum of RGB (Red+Green+Blue) = 148+115+122=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737A is #6B8C85. Grayscale: #7D7D7D. Windows color (decimal): -7048326 or 8024980. OLE color: 8024980.

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

Color convert

RGB 148 115 122 -
CMYK 0 0.22 0.18 0.42
HSL 347.27º 0.13% 0.52% -
HSV(B) 347.27º 0.22% 0.58% -
XYZ 21.86 19.96 21.11 -
YUV 125.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 148 115 122 0 0.22 0.18 0.42 347.27 0.13 0.52
Hex 94 73 7A 0 16 12 2A 15B D 34
Octal 224 163 172 0 26 22 52 533 15 64
Binary 10010100 1110011 1111010 0 10110 10010 101010 101011011 1101 110100

Color Harmonies of #94737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94737A

Black with #94737A

Text Example


Text Example

White with #94737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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