Html Css Color HEX #967477 Turkish Rose

📋 copy color: '#967477'

red 150 ◦ green 116 ◦ blue 119

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

Shades of Turkish Rose #967477

Tints of Turkish Rose #967477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 38.96%
G = 30.13%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967477 (or 0x967477) is known color: Turkish Rose. HEX triplet: 96, 74 and 77. RGB value is (150,116,119). Sum of RGB (Red+Green+Blue) = 150+116+119=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967477 is #698B88. Grayscale: #7E7E7E. Windows color (decimal): -6917001 or 7828630. OLE color: 7828630.

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

Color convert

RGB 150 116 119 -
CMYK 0 0.23 0.21 0.41
HSL 354.71º 0.14% 0.52% -
HSV(B) 354.71º 0.23% 0.59% -
XYZ 22.15 20.31 20.2 -
YUV 126.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 150 116 119 0 0.23 0.21 0.41 354.71 0.14 0.52
Hex 96 74 77 0 17 15 29 163 E 34
Octal 226 164 167 0 27 25 51 543 16 64
Binary 10010110 1110100 1110111 0 10111 10101 101001 101100011 1110 110100

Color Harmonies of #967477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967477

Black with #967477

Text Example


Text Example

White with #967477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967477; }

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

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

background-color css

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

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

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

border-color css

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

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

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