Html Css Color HEX #967779 Turkish Rose

📋 copy color: '#967779'

red 150 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #967779

Tints of Turkish Rose #967779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

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

R = 38.46%
G = 30.51%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967779 (or 0x967779) is known color: Turkish Rose. HEX triplet: 96, 77 and 79. RGB value is (150,119,121). Sum of RGB (Red+Green+Blue) = 150+119+121=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #967779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967779 is #698886. Grayscale: #808080. Windows color (decimal): -6916231 or 7960470. OLE color: 7960470.

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

Color convert

RGB 150 119 121 -
CMYK 0 0.21 0.19 0.41
HSL 356.13º 0.13% 0.53% -
HSV(B) 356.13º 0.21% 0.59% -
XYZ 22.63 21.06 20.96 -
YUV 128.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 150 119 121 0 0.21 0.19 0.41 356.13 0.13 0.53
Hex 96 77 79 0 15 13 29 164 D 35
Octal 226 167 171 0 25 23 51 544 15 65
Binary 10010110 1110111 1111001 0 10101 10011 101001 101100100 1101 110101

Color Harmonies of #967779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967779

Black with #967779

Text Example


Text Example

White with #967779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967779; }

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

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

background-color css

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

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

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

border-color css

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

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

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