Html Css Color HEX #73709B Scampi

📋 copy color: '#73709B'

red 115 ◦ green 112 ◦ blue 155

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

Shades of Scampi #73709B

Tints of Scampi #73709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 30.1%
G = 29.32%
B = 40.58%

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

#73709B (or 0x73709B) is known color: Scampi. HEX triplet: 73, 70 and 9B. RGB value is (115,112,155). Sum of RGB (Red+Green+Blue) = 115+112+155=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #73709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709B is #8C8F64. Grayscale: #757575. Windows color (decimal): -9211749 or 10186867. OLE color: 10186867.

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

Color convert

RGB 115 112 155 -
CMYK 0.26 0.28 0 0.39
HSL 244.19º 0.18% 0.52% -
HSV(B) 244.19º 0.28% 0.61% -
XYZ 18.78 17.6 33.42 -
YUV 117.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 115 112 155 0.26 0.28 0 0.39 244.19 0.18 0.52
Hex 73 70 9B 1A 1C 0 27 F4 12 34
Octal 163 160 233 32 34 0 47 364 22 64
Binary 1110011 1110000 10011011 11010 11100 0 100111 11110100 10010 110100

Color Harmonies of #73709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73709B

Black with #73709B

Text Example


Text Example

White with #73709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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