Html Css Color HEX #947072 Turkish Rose

📋 copy color: '#947072'

red 148 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #947072

Tints of Turkish Rose #947072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 39.57%
G = 29.95%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#947072 (or 0x947072) is known color: Turkish Rose. HEX triplet: 94, 70 and 72. RGB value is (148,112,114). Sum of RGB (Red+Green+Blue) = 148+112+114=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #947072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947072 is #6B8F8D. Grayscale: #7B7B7B. Windows color (decimal): -7049102 or 7499924. OLE color: 7499924.

HSL color Cylindrical-coordinate representation of color #947072: hue angle of 356.67º 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 #947072 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 114 -
CMYK 0 0.24 0.23 0.42
HSL 356.67º 0.14% 0.51% -
HSV(B) 356.67º 0.24% 0.58% -
XYZ 21.04 19.1 18.5 -
YUV 122.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 148 112 114 0 0.24 0.23 0.42 356.67 0.14 0.51
Hex 94 70 72 0 18 17 2A 165 E 33
Octal 224 160 162 0 30 27 52 545 16 63
Binary 10010100 1110000 1110010 0 11000 10111 101010 101100101 1110 110011

Color Harmonies of #947072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947072

Black with #947072

Text Example


Text Example

White with #947072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947072; }

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

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

background-color css

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

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

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

border-color css

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

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

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