Html Css Color HEX #73759A Scampi

📋 copy color: '#73759A'

red 115 ◦ green 117 ◦ blue 154

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

Shades of Scampi #73759A

Tints of Scampi #73759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 29.79%
G = 30.31%
B = 39.9%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73759A (or 0x73759A) is known color: Scampi. HEX triplet: 73, 75 and 9A. RGB value is (115,117,154). Sum of RGB (Red+Green+Blue) = 115+117+154=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #73759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759A is #8C8A65. Grayscale: #787878. Windows color (decimal): -9210470 or 10122611. OLE color: 10122611.

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

Color convert

RGB 115 117 154 -
CMYK 0.25 0.24 0 0.40
HSL 236.92º 0.16% 0.53% -
HSV(B) 236.92º 0.25% 0.6% -
XYZ 19.26 18.7 33.17 -
YUV 120.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 115 117 154 0.25 0.24 0 0.40 236.92 0.16 0.53
Hex 73 75 9A 19 18 0 28 ED 10 35
Octal 163 165 232 31 30 0 50 355 20 65
Binary 1110011 1110101 10011010 11001 11000 0 101000 11101101 10000 110101

Color Harmonies of #73759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73759A

Black with #73759A

Text Example


Text Example

White with #73759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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