Html Css Color HEX #967E80 Turkish Rose

📋 copy color: '#967E80'

red 150 ◦ green 126 ◦ blue 128

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

Shades of Turkish Rose #967E80

Tints of Turkish Rose #967E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 37.13%
G = 31.19%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#967E80 (or 0x967E80) is known color: Turkish Rose. HEX triplet: 96, 7E and 80. RGB value is (150,126,128). Sum of RGB (Red+Green+Blue) = 150+126+128=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E80 is #69817F. Grayscale: #858585. Windows color (decimal): -6914432 or 8421014. OLE color: 8421014.

HSL color Cylindrical-coordinate representation of color #967E80: hue angle of 355º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #967E80 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 128 -
CMYK 0 0.16 0.15 0.41
HSL 355º 0.1% 0.54% -
HSV(B) 355º 0.16% 0.59% -
XYZ 23.93 22.96 23.59 -
YUV 133.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 150 126 128 0 0.16 0.15 0.41 355 0.1 0.54
Hex 96 7E 80 0 10 F 29 163 A 36
Octal 226 176 200 0 20 17 51 543 12 66
Binary 10010110 1111110 10000000 0 10000 1111 101001 101100011 1010 110110

Color Harmonies of #967E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E80

Black with #967E80

Text Example


Text Example

White with #967E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E80; }

 p { color: rgb(150,126,128); }

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

background-color css

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

 a { background-color: rgb(150,126,128); }

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

border-color css

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

 span { border-color: rgb(150,126,128); }

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