Html Css Color HEX #967C7D Turkish Rose

📋 copy color: '#967C7D'

red 150 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #967C7D

Tints of Turkish Rose #967C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 37.59%
G = 31.08%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#967C7D (or 0x967C7D) is known color: Turkish Rose. HEX triplet: 96, 7C and 7D. RGB value is (150,124,125). Sum of RGB (Red+Green+Blue) = 150+124+125=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C7D is #698382. Grayscale: #838383. Windows color (decimal): -6914947 or 8223894. OLE color: 8223894.

HSL color Cylindrical-coordinate representation of color #967C7D: hue angle of 357.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967C7D is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 125 -
CMYK 0 0.17 0.17 0.41
HSL 357.69º 0.11% 0.54% -
HSV(B) 357.69º 0.17% 0.59% -
XYZ 23.49 22.38 22.48 -
YUV 131.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 150 124 125 0 0.17 0.17 0.41 357.69 0.11 0.54
Hex 96 7C 7D 0 11 11 29 166 B 36
Octal 226 174 175 0 21 21 51 546 13 66
Binary 10010110 1111100 1111101 0 10001 10001 101001 101100110 1011 110110

Color Harmonies of #967C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C7D

Black with #967C7D

Text Example


Text Example

White with #967C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,125); }

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

background-color css

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

 a { background-color: rgb(150,124,125); }

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

border-color css

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

 span { border-color: rgb(150,124,125); }

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