Html Css Color HEX #73709C Scampi

📋 copy color: '#73709C'

red 115 ◦ green 112 ◦ blue 156

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

Shades of Scampi #73709C

Tints of Scampi #73709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 30.03%
G = 29.24%
B = 40.73%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73709C (or 0x73709C) is known color: Scampi. HEX triplet: 73, 70 and 9C. RGB value is (115,112,156). Sum of RGB (Red+Green+Blue) = 115+112+156=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #73709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709C is #8C8F63. Grayscale: #757575. Windows color (decimal): -9211748 or 10252403. OLE color: 10252403.

HSL color Cylindrical-coordinate representation of color #73709C: hue angle of 244.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73709C is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 112 156 -
CMYK 0.26 0.28 0 0.39
HSL 244.09º 0.18% 0.53% -
HSV(B) 244.09º 0.28% 0.61% -
XYZ 18.87 17.63 33.86 -
YUV 117.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 115 112 156 0.26 0.28 0 0.39 244.09 0.18 0.53
Hex 73 70 9C 1A 1C 0 27 F4 12 35
Octal 163 160 234 32 34 0 47 364 22 65
Binary 1110011 1110000 10011100 11010 11100 0 100111 11110100 10010 110101

Color Harmonies of #73709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73709C

Black with #73709C

Text Example


Text Example

White with #73709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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