Html Css Color HEX #947C7E Turkish Rose

📋 copy color: '#947C7E'

red 148 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #947C7E

Tints of Turkish Rose #947C7E

RGB

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

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

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

R = 37.19%
G = 31.16%
B = 31.66%

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

#947C7E (or 0x947C7E) is known color: Turkish Rose. HEX triplet: 94, 7C and 7E. RGB value is (148,124,126). Sum of RGB (Red+Green+Blue) = 148+124+126=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C7E is #6B8381. Grayscale: #838383. Windows color (decimal): -7046018 or 8289428. OLE color: 8289428.

HSL color Cylindrical-coordinate representation of color #947C7E: hue angle of 355º 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 #947C7E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 126 -
CMYK 0 0.16 0.15 0.42
HSL 355º 0.1% 0.53% -
HSV(B) 355º 0.16% 0.58% -
XYZ 23.19 22.22 22.81 -
YUV 131.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 148 124 126 0 0.16 0.15 0.42 355 0.1 0.53
Hex 94 7C 7E 0 10 F 2A 163 A 35
Octal 224 174 176 0 20 17 52 543 12 65
Binary 10010100 1111100 1111110 0 10000 1111 101010 101100011 1010 110101

Color Harmonies of #947C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C7E

Black with #947C7E

Text Example


Text Example

White with #947C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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