Html Css Color HEX #947579 Turkish Rose

📋 copy color: '#947579'

red 148 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #947579

Tints of Turkish Rose #947579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 38.34%
G = 30.31%
B = 31.35%

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

#947579 (or 0x947579) is known color: Turkish Rose. HEX triplet: 94, 75 and 79. RGB value is (148,117,121). Sum of RGB (Red+Green+Blue) = 148+117+121=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #947579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947579 is #6B8A86. Grayscale: #7E7E7E. Windows color (decimal): -7047815 or 7959956. OLE color: 7959956.

HSL color Cylindrical-coordinate representation of color #947579: hue angle of 352.26º 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 #947579 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 121 -
CMYK 0 0.21 0.18 0.42
HSL 352.26º 0.13% 0.52% -
HSV(B) 352.26º 0.21% 0.58% -
XYZ 22.03 20.4 20.87 -
YUV 126.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 148 117 121 0 0.21 0.18 0.42 352.26 0.13 0.52
Hex 94 75 79 0 15 12 2A 160 D 34
Octal 224 165 171 0 25 22 52 540 15 64
Binary 10010100 1110101 1111001 0 10101 10010 101010 101100000 1101 110100

Color Harmonies of #947579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947579

Black with #947579

Text Example


Text Example

White with #947579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947579; }

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

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

background-color css

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

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

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

border-color css

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

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

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