#974677

Color #974677 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #974677

Tints of Cadillac #974677

Color information

#974677 (or 0x974677) is unknown color: approx Cadillac. HEX triplet: 97, 46 and 77. RGB value is (151,70,119). Sum of RGB (Red+Green+Blue) = 151+70+119=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #974677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974677 is #68B988. Grayscale: #636363. Windows color (decimal): -6863241 or 7816855. OLE color: 7816855.

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

Color convert

RGB15170119-
CMYK00.540.210.41
HSL323.7º36.65%43.33%-
HSV(B)323.7º53.64%59.22%-
XYZ18.2812.2918.86-
YUV99.8138.84164.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 119 (46.88% from 255) = 35%
R=44.41%
G=20.59%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517011900.540.210.41323.736.6543.33
Hex9746770361529144252b
Octal22710616706625515044553
Binary1001011110001101110111011011010101101001101000100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974677; }

 p { color: rgb(151,70,119); }

 H1.HeaderClassName
 {
   color: #974677;
 }
 .AnyTagClassName
 {
   color: #974677;
 }
</style>
background-color css

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

 a { background-color: rgb(151,70,119); }

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

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

 span { border-color: rgb(151,70,119); }

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