Html Css Color HEX #967078 Turkish Rose

📋 copy color: '#967078'

red 150 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #967078

Tints of Turkish Rose #967078

RGB

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

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

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

R = 39.27%
G = 29.32%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#967078 (or 0x967078) is known color: Turkish Rose. HEX triplet: 96, 70 and 78. RGB value is (150,112,120). Sum of RGB (Red+Green+Blue) = 150+112+120=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967078 is #698F87. Grayscale: #7C7C7C. Windows color (decimal): -6918024 or 7893142. OLE color: 7893142.

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

Color convert

RGB 150 112 120 -
CMYK 0 0.25 0.20 0.41
HSL 347.37º 0.15% 0.51% -
HSV(B) 347.37º 0.25% 0.59% -
XYZ 21.76 19.43 20.37 -
YUV 124.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 150 112 120 0 0.25 0.20 0.41 347.37 0.15 0.51
Hex 96 70 78 0 19 14 29 15B F 33
Octal 226 160 170 0 31 24 51 533 17 63
Binary 10010110 1110000 1111000 0 11001 10100 101001 101011011 1111 110011

Color Harmonies of #967078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967078

Black with #967078

Text Example


Text Example

White with #967078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967078; }

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

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

background-color css

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

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

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

border-color css

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

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

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