Html Css Color HEX #967378 Turkish Rose

📋 copy color: '#967378'

red 150 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #967378

Tints of Turkish Rose #967378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 38.96%
G = 29.87%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#967378 (or 0x967378) is known color: Turkish Rose. HEX triplet: 96, 73 and 78. RGB value is (150,115,120). Sum of RGB (Red+Green+Blue) = 150+115+120=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967378 is #698C87. Grayscale: #7E7E7E. Windows color (decimal): -6917256 or 7893910. OLE color: 7893910.

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

Color convert

RGB 150 115 120 -
CMYK 0 0.23 0.20 0.41
HSL 351.43º 0.14% 0.52% -
HSV(B) 351.43º 0.23% 0.59% -
XYZ 22.1 20.1 20.48 -
YUV 126.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 150 115 120 0 0.23 0.20 0.41 351.43 0.14 0.52
Hex 96 73 78 0 17 14 29 15F E 34
Octal 226 163 170 0 27 24 51 537 16 64
Binary 10010110 1110011 1111000 0 10111 10100 101001 101011111 1110 110100

Color Harmonies of #967378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967378

Black with #967378

Text Example


Text Example

White with #967378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967378; }

 p { color: rgb(150,115,120); }

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

background-color css

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

 a { background-color: rgb(150,115,120); }

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

border-color css

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

 span { border-color: rgb(150,115,120); }

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