Html Css Color HEX #967A7E Turkish Rose

📋 copy color: '#967A7E'

red 150 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #967A7E

Tints of Turkish Rose #967A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 37.69%
G = 30.65%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#967A7E (or 0x967A7E) is known color: Turkish Rose. HEX triplet: 96, 7A and 7E. RGB value is (150,122,126). Sum of RGB (Red+Green+Blue) = 150+122+126=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A7E is #698581. Grayscale: #828282. Windows color (decimal): -6915458 or 8288918. OLE color: 8288918.

HSL color Cylindrical-coordinate representation of color #967A7E: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A7E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 126 -
CMYK 0 0.19 0.16 0.41
HSL 351.43º 0.12% 0.53% -
HSV(B) 351.43º 0.19% 0.59% -
XYZ 23.3 21.91 22.74 -
YUV 130.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 150 122 126 0 0.19 0.16 0.41 351.43 0.12 0.53
Hex 96 7A 7E 0 13 10 29 15F C 35
Octal 226 172 176 0 23 20 51 537 14 65
Binary 10010110 1111010 1111110 0 10011 10000 101001 101011111 1100 110101

Color Harmonies of #967A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A7E

Black with #967A7E

Text Example


Text Example

White with #967A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A7E; }

 p { color: rgb(150,122,126); }

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

background-color css

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

 a { background-color: rgb(150,122,126); }

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

border-color css

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

 span { border-color: rgb(150,122,126); }

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