Html Css Color HEX #947074 Turkish Rose

📋 copy color: '#947074'

red 148 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #947074

Tints of Turkish Rose #947074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 39.36%
G = 29.79%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#947074 (or 0x947074) is known color: Turkish Rose. HEX triplet: 94, 70 and 74. RGB value is (148,112,116). Sum of RGB (Red+Green+Blue) = 148+112+116=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947074 is #6B8F8B. Grayscale: #7B7B7B. Windows color (decimal): -7049100 or 7630996. OLE color: 7630996.

HSL color Cylindrical-coordinate representation of color #947074: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947074 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 116 -
CMYK 0 0.24 0.22 0.42
HSL 353.33º 0.14% 0.51% -
HSV(B) 353.33º 0.24% 0.58% -
XYZ 21.16 19.15 19.1 -
YUV 123.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 148 112 116 0 0.24 0.22 0.42 353.33 0.14 0.51
Hex 94 70 74 0 18 16 2A 161 E 33
Octal 224 160 164 0 30 26 52 541 16 63
Binary 10010100 1110000 1110100 0 11000 10110 101010 101100001 1110 110011

Color Harmonies of #947074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947074

Black with #947074

Text Example


Text Example

White with #947074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947074; }

 p { color: rgb(148,112,116); }

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

background-color css

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

 a { background-color: rgb(148,112,116); }

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

border-color css

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

 span { border-color: rgb(148,112,116); }

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