Html Css Color HEX #73709A Scampi

📋 copy color: '#73709A'

red 115 ◦ green 112 ◦ blue 154

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

Shades of Scampi #73709A

Tints of Scampi #73709A

RGB

 RED value IS 115 (45.31% from 255) = 30.18%

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 30.18%
G = 29.4%
B = 40.42%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73709A (or 0x73709A) is known color: Scampi. HEX triplet: 73, 70 and 9A. RGB value is (115,112,154). Sum of RGB (Red+Green+Blue) = 115+112+154=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #73709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709A is #8C8F65. Grayscale: #757575. Windows color (decimal): -9211750 or 10121331. OLE color: 10121331.

HSL color Cylindrical-coordinate representation of color #73709A: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73709A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 112 154 -
CMYK 0.25 0.27 0 0.40
HSL 244.29º 0.17% 0.52% -
HSV(B) 244.29º 0.27% 0.6% -
XYZ 18.7 17.57 32.98 -
YUV 117.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 115 112 154 0.25 0.27 0 0.40 244.29 0.17 0.52
Hex 73 70 9A 19 1B 0 28 F4 11 34
Octal 163 160 232 31 33 0 50 364 21 64
Binary 1110011 1110000 10011010 11001 11011 0 101000 11110100 10001 110100

Color Harmonies of #73709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73709A

Black with #73709A

Text Example


Text Example

White with #73709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73709A; }

 p { color: rgb(115,112,154); }

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

background-color css

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

 a { background-color: rgb(115,112,154); }

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

border-color css

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

 span { border-color: rgb(115,112,154); }

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