Html Css Color HEX #947C7D Turkish Rose

📋 copy color: '#947C7D'

red 148 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #947C7D

Tints of Turkish Rose #947C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 37.28%
G = 31.23%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#947C7D (or 0x947C7D) is known color: Turkish Rose. HEX triplet: 94, 7C and 7D. RGB value is (148,124,125). Sum of RGB (Red+Green+Blue) = 148+124+125=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7D is #6B8382. Grayscale: #838383. Windows color (decimal): -7046019 or 8223892. OLE color: 8223892.

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

Color convert

RGB 148 124 125 -
CMYK 0 0.16 0.16 0.42
HSL 357.5º 0.1% 0.53% -
HSV(B) 357.5º 0.16% 0.58% -
XYZ 23.12 22.19 22.47 -
YUV 131.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 148 124 125 0 0.16 0.16 0.42 357.5 0.1 0.53
Hex 94 7C 7D 0 10 10 2A 166 A 35
Octal 224 174 175 0 20 20 52 546 12 65
Binary 10010100 1111100 1111101 0 10000 10000 101010 101100110 1010 110101

Color Harmonies of #947C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C7D

Black with #947C7D

Text Example


Text Example

White with #947C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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