Html Css Color HEX #967F80 Turkish Rose

📋 copy color: '#967F80'

red 150 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #967F80

Tints of Turkish Rose #967F80

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

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

R = 37.04%
G = 31.36%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#967F80 (or 0x967F80) is known color: Turkish Rose. HEX triplet: 96, 7F and 80. RGB value is (150,127,128). Sum of RGB (Red+Green+Blue) = 150+127+128=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #967F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F80 is #69807F. Grayscale: #868686. Windows color (decimal): -6914176 or 8421270. OLE color: 8421270.

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

Color convert

RGB 150 127 128 -
CMYK 0 0.15 0.15 0.41
HSL 357.39º 0.1% 0.54% -
HSV(B) 357.39º 0.15% 0.59% -
XYZ 24.06 23.22 23.64 -
YUV 133.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 150 127 128 0 0.15 0.15 0.41 357.39 0.1 0.54
Hex 96 7F 80 0 F F 29 165 A 36
Octal 226 177 200 0 17 17 51 545 12 66
Binary 10010110 1111111 10000000 0 1111 1111 101001 101100101 1010 110110

Color Harmonies of #967F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F80

Black with #967F80

Text Example


Text Example

White with #967F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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