Html Css Color HEX #974778 Cadillac

📋 copy color: '#974778'

red 151 ◦ green 71 ◦ blue 120

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

Shades of Cadillac #974778

Tints of Cadillac #974778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 44.15%
G = 20.76%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#974778 (or 0x974778) is known color: Cadillac. HEX triplet: 97, 47 and 78. RGB value is (151,71,120). Sum of RGB (Red+Green+Blue) = 151+71+120=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #974778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974778 is #68B887. Grayscale: #646464. Windows color (decimal): -6862984 or 7882647. OLE color: 7882647.

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

Color convert

RGB 151 71 120 -
CMYK 0 0.53 0.21 0.41
HSL 323.25º 0.36% 0.44% -
HSV(B) 323.25º 0.53% 0.59% -
XYZ 18.41 12.44 19.2 -
YUV 100.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 151 71 120 0 0.53 0.21 0.41 323.25 0.36 0.44
Hex 97 47 78 0 35 15 29 143 24 2C
Octal 227 107 170 0 65 25 51 503 44 54
Binary 10010111 1000111 1111000 0 110101 10101 101001 101000011 100100 101100

Color Harmonies of #974778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974778

Black with #974778

Text Example


Text Example

White with #974778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974778; }

 p { color: rgb(151,71,120); }

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

background-color css

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

 a { background-color: rgb(151,71,120); }

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

border-color css

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

 span { border-color: rgb(151,71,120); }

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