Html Css Color HEX #947A7C Turkish Rose

📋 copy color: '#947A7C'

red 148 ◦ green 122 ◦ blue 124

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

Shades of Turkish Rose #947A7C

Tints of Turkish Rose #947A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 37.56%
G = 30.96%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#947A7C (or 0x947A7C) is known color: Turkish Rose. HEX triplet: 94, 7A and 7C. RGB value is (148,122,124). Sum of RGB (Red+Green+Blue) = 148+122+124=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #947A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A7C is #6B8583. Grayscale: #828282. Windows color (decimal): -7046532 or 8157844. OLE color: 8157844.

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

Color convert

RGB 148 122 124 -
CMYK 0 0.18 0.16 0.42
HSL 355.38º 0.11% 0.53% -
HSV(B) 355.38º 0.18% 0.58% -
XYZ 22.81 21.67 22.05 -
YUV 130 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 148 122 124 0 0.18 0.16 0.42 355.38 0.11 0.53
Hex 94 7A 7C 0 12 10 2A 163 B 35
Octal 224 172 174 0 22 20 52 543 13 65
Binary 10010100 1111010 1111100 0 10010 10000 101010 101100011 1011 110101

Color Harmonies of #947A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A7C

Black with #947A7C

Text Example


Text Example

White with #947A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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