Html Css Color HEX #967677 Turkish Rose

📋 copy color: '#967677'

red 150 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #967677

Tints of Turkish Rose #967677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 38.76%
G = 30.49%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967677 (or 0x967677) is known color: Turkish Rose. HEX triplet: 96, 76 and 77. RGB value is (150,118,119). Sum of RGB (Red+Green+Blue) = 150+118+119=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967677 is #698988. Grayscale: #7F7F7F. Windows color (decimal): -6916489 or 7829142. OLE color: 7829142.

HSL color Cylindrical-coordinate representation of color #967677: hue angle of 358.12º 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 #967677 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 118 119 -
CMYK 0 0.21 0.21 0.41
HSL 358.13º 0.13% 0.53% -
HSV(B) 358.13º 0.21% 0.59% -
XYZ 22.39 20.77 20.28 -
YUV 127.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 150 118 119 0 0.21 0.21 0.41 358.13 0.13 0.53
Hex 96 76 77 0 15 15 29 166 D 35
Octal 226 166 167 0 25 25 51 546 15 65
Binary 10010110 1110110 1110111 0 10101 10101 101001 101100110 1101 110101

Color Harmonies of #967677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967677

Black with #967677

Text Example


Text Example

White with #967677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967677; }

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

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

background-color css

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

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

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

border-color css

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

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

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