Html Css Color HEX #967072 Turkish Rose

📋 copy color: '#967072'

red 150 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #967072

Tints of Turkish Rose #967072

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

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

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

R = 39.89%
G = 29.79%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#967072 (or 0x967072) is known color: Turkish Rose. HEX triplet: 96, 70 and 72. RGB value is (150,112,114). Sum of RGB (Red+Green+Blue) = 150+112+114=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #967072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967072 is #698F8D. Grayscale: #7B7B7B. Windows color (decimal): -6918030 or 7499926. OLE color: 7499926.

HSL color Cylindrical-coordinate representation of color #967072: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967072 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 114 -
CMYK 0 0.25 0.24 0.41
HSL 356.84º 0.15% 0.51% -
HSV(B) 356.84º 0.25% 0.59% -
XYZ 21.41 19.29 18.51 -
YUV 123.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 150 112 114 0 0.25 0.24 0.41 356.84 0.15 0.51
Hex 96 70 72 0 19 18 29 165 F 33
Octal 226 160 162 0 31 30 51 545 17 63
Binary 10010110 1110000 1110010 0 11001 11000 101001 101100101 1111 110011

Color Harmonies of #967072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967072

Black with #967072

Text Example


Text Example

White with #967072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967072; }

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

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

background-color css

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

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

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

border-color css

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

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

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