Html Css Color HEX #967077 Turkish Rose

📋 copy color: '#967077'

red 150 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #967077

Tints of Turkish Rose #967077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 39.37%
G = 29.4%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#967077 (or 0x967077) is known color: Turkish Rose. HEX triplet: 96, 70 and 77. RGB value is (150,112,119). Sum of RGB (Red+Green+Blue) = 150+112+119=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967077 is #698F88. Grayscale: #7C7C7C. Windows color (decimal): -6918025 or 7827606. OLE color: 7827606.

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

Color convert

RGB 150 112 119 -
CMYK 0 0.25 0.21 0.41
HSL 348.95º 0.15% 0.51% -
HSV(B) 348.95º 0.25% 0.59% -
XYZ 21.7 19.4 20.05 -
YUV 124.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 150 112 119 0 0.25 0.21 0.41 348.95 0.15 0.51
Hex 96 70 77 0 19 15 29 15D F 33
Octal 226 160 167 0 31 25 51 535 17 63
Binary 10010110 1110000 1110111 0 11001 10101 101001 101011101 1111 110011

Color Harmonies of #967077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967077

Black with #967077

Text Example


Text Example

White with #967077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967077; }

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

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

background-color css

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

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

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

border-color css

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

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

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