Html Css Color HEX #947D7E Turkish Rose

📋 copy color: '#947D7E'

red 148 ◦ green 125 ◦ blue 126

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

Shades of Turkish Rose #947D7E

Tints of Turkish Rose #947D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 37.09%
G = 31.33%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#947D7E (or 0x947D7E) is known color: Turkish Rose. HEX triplet: 94, 7D and 7E. RGB value is (148,125,126). Sum of RGB (Red+Green+Blue) = 148+125+126=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D7E is #6B8281. Grayscale: #848484. Windows color (decimal): -7045762 or 8289684. OLE color: 8289684.

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

Color convert

RGB 148 125 126 -
CMYK 0 0.16 0.15 0.42
HSL 357.39º 0.1% 0.54% -
HSV(B) 357.39º 0.16% 0.58% -
XYZ 23.31 22.47 22.85 -
YUV 131.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 148 125 126 0 0.16 0.15 0.42 357.39 0.1 0.54
Hex 94 7D 7E 0 10 F 2A 165 A 36
Octal 224 175 176 0 20 17 52 545 12 66
Binary 10010100 1111101 1111110 0 10000 1111 101010 101100101 1010 110110

Color Harmonies of #947D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D7E

Black with #947D7E

Text Example


Text Example

White with #947D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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