Html Css Color HEX #73709D Scampi

📋 copy color: '#73709D'

red 115 ◦ green 112 ◦ blue 157

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

Shades of Scampi #73709D

Tints of Scampi #73709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 29.95%
G = 29.17%
B = 40.89%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73709D (or 0x73709D) is known color: Scampi. HEX triplet: 73, 70 and 9D. RGB value is (115,112,157). Sum of RGB (Red+Green+Blue) = 115+112+157=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #73709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709D is #8C8F62. Grayscale: #757575. Windows color (decimal): -9211747 or 10317939. OLE color: 10317939.

HSL color Cylindrical-coordinate representation of color #73709D: hue angle of 244º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73709D is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 112 157 -
CMYK 0.27 0.29 0 0.38
HSL 244º 0.19% 0.53% -
HSV(B) 244º 0.29% 0.62% -
XYZ 18.95 17.67 34.31 -
YUV 118.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 115 112 157 0.27 0.29 0 0.38 244 0.19 0.53
Hex 73 70 9D 1B 1D 0 26 F4 13 35
Octal 163 160 235 33 35 0 46 364 23 65
Binary 1110011 1110000 10011101 11011 11101 0 100110 11110100 10011 110101

Color Harmonies of #73709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73709D

Black with #73709D

Text Example


Text Example

White with #73709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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