Html Css Color HEX #976768 Turkish Rose

📋 copy color: '#976768'

red 151 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #976768

Tints of Turkish Rose #976768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 42.18%
G = 28.77%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#976768 (or 0x976768) is known color: Turkish Rose. HEX triplet: 97, 67 and 68. RGB value is (151,103,104). Sum of RGB (Red+Green+Blue) = 151+103+104=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #976768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976768 is #689897. Grayscale: #757575. Windows color (decimal): -6854808 or 6842263. OLE color: 6842263.

HSL color Cylindrical-coordinate representation of color #976768: hue angle of 358.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976768 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 104 -
CMYK 0 0.32 0.31 0.41
HSL 358.75º 0.19% 0.5% -
HSV(B) 358.75º 0.32% 0.59% -
XYZ 20.11 17.28 15.37 -
YUV 117.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 151 103 104 0 0.32 0.31 0.41 358.75 0.19 0.5
Hex 97 67 68 0 20 1F 29 167 13 32
Octal 227 147 150 0 40 37 51 547 23 62
Binary 10010111 1100111 1101000 0 100000 11111 101001 101100111 10011 110010

Color Harmonies of #976768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976768

Black with #976768

Text Example


Text Example

White with #976768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976768; }

 p { color: rgb(151,103,104); }

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

background-color css

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

 a { background-color: rgb(151,103,104); }

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

border-color css

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

 span { border-color: rgb(151,103,104); }

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