Html Css Color HEX #967879 Turkish Rose

📋 copy color: '#967879'

red 150 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #967879

Tints of Turkish Rose #967879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 38.36%
G = 30.69%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967879 (or 0x967879) is known color: Turkish Rose. HEX triplet: 96, 78 and 79. RGB value is (150,120,121). Sum of RGB (Red+Green+Blue) = 150+120+121=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #967879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967879 is #698786. Grayscale: #818181. Windows color (decimal): -6915975 or 7960726. OLE color: 7960726.

HSL color Cylindrical-coordinate representation of color #967879: hue angle of 358º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967879 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 121 -
CMYK 0 0.20 0.19 0.41
HSL 358º 0.13% 0.53% -
HSV(B) 358º 0.2% 0.59% -
XYZ 22.75 21.3 21 -
YUV 129.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 150 120 121 0 0.20 0.19 0.41 358 0.13 0.53
Hex 96 78 79 0 14 13 29 166 C 35
Octal 226 170 171 0 24 23 51 546 14 65
Binary 10010110 1111000 1111001 0 10100 10011 101001 101100110 1100 110101

Color Harmonies of #967879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967879

Black with #967879

Text Example


Text Example

White with #967879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967879; }

 p { color: rgb(150,120,121); }

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

background-color css

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

 a { background-color: rgb(150,120,121); }

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

border-color css

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

 span { border-color: rgb(150,120,121); }

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