Html Css Color HEX #967577 Turkish Rose

📋 copy color: '#967577'

red 150 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #967577

Tints of Turkish Rose #967577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 38.86%
G = 30.31%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967577 (or 0x967577) is known color: Turkish Rose. HEX triplet: 96, 75 and 77. RGB value is (150,117,119). Sum of RGB (Red+Green+Blue) = 150+117+119=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967577 is #698A88. Grayscale: #7F7F7F. Windows color (decimal): -6916745 or 7828886. OLE color: 7828886.

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

Color convert

RGB 150 117 119 -
CMYK 0 0.22 0.21 0.41
HSL 356.36º 0.14% 0.52% -
HSV(B) 356.36º 0.22% 0.59% -
XYZ 22.27 20.54 20.24 -
YUV 127.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 150 117 119 0 0.22 0.21 0.41 356.36 0.14 0.52
Hex 96 75 77 0 16 15 29 164 E 34
Octal 226 165 167 0 26 25 51 544 16 64
Binary 10010110 1110101 1110111 0 10110 10101 101001 101100100 1110 110100

Color Harmonies of #967577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967577

Black with #967577

Text Example


Text Example

White with #967577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967577; }

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

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

background-color css

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

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

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

border-color css

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

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

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