Html Css Color HEX #976A6B Turkish Rose

📋 copy color: '#976A6B'

red 151 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #976A6B

Tints of Turkish Rose #976A6B

RGB

 RED value IS 151 (59.38% from 255) = 41.48%

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 41.48%
G = 29.12%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#976A6B (or 0x976A6B) is known color: Turkish Rose. HEX triplet: 97, 6A and 6B. RGB value is (151,106,107). Sum of RGB (Red+Green+Blue) = 151+106+107=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #976A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A6B is #689594. Grayscale: #777777. Windows color (decimal): -6854037 or 7039639. OLE color: 7039639.

HSL color Cylindrical-coordinate representation of color #976A6B: hue angle of 358.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A6B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 107 -
CMYK 0 0.30 0.29 0.41
HSL 358.67º 0.18% 0.5% -
HSV(B) 358.67º 0.3% 0.59% -
XYZ 20.57 17.95 16.29 -
YUV 119.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 151 106 107 0 0.30 0.29 0.41 358.67 0.18 0.5
Hex 97 6A 6B 0 1E 1D 29 167 12 32
Octal 227 152 153 0 36 35 51 547 22 62
Binary 10010111 1101010 1101011 0 11110 11101 101001 101100111 10010 110010

Color Harmonies of #976A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A6B

Black with #976A6B

Text Example


Text Example

White with #976A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976A6B; }

 p { color: rgb(151,106,107); }

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

background-color css

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

 a { background-color: rgb(151,106,107); }

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

border-color css

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

 span { border-color: rgb(151,106,107); }

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