#947B7D

Color #947B7D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #947B7D

Tints of Turkish Rose #947B7D

Color information

#947B7D (or 0x947B7D) is unknown color: approx Turkish Rose. HEX triplet: 94, 7B and 7D. RGB value is (148,123,125). Sum of RGB (Red+Green+Blue) = 148+123+125=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B7D is #6B8482. Grayscale: #828282. Windows color (decimal): -7046275 or 8223636. OLE color: 8223636.

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

Color convert

RGB148123125-
CMYK00.170.160.42
HSL355.2º10.46%53.14%-
HSV(B)355.2º16.89%58.04%-
XYZ2321.9422.43-
YUV130.7124.78140.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=37.37%
G=31.06%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812312500.170.160.42355.210.4653.14
Hex947B7D011102A163a35
Octal22417317502120525431265
Binary1001010011110111111101010001100001010101011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,125); }

 H1.HeaderClassName
 {
   color: #947B7D;
 }
 .AnyTagClassName
 {
   color: #947B7D;
 }
</style>
background-color css

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

 a { background-color: rgb(148,123,125); }

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

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

 span { border-color: rgb(148,123,125); }

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