Html Css Color HEX #73669A Scampi

📋 copy color: '#73669A'

red 115 ◦ green 102 ◦ blue 154

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

Shades of Scampi #73669A

Tints of Scampi #73669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

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

R = 31%
G = 27.49%
B = 41.51%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73669A (or 0x73669A) is known color: Scampi. HEX triplet: 73, 66 and 9A. RGB value is (115,102,154). Sum of RGB (Red+Green+Blue) = 115+102+154=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #73669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73669A is #8C9965. Grayscale: #6F6F6F. Windows color (decimal): -9214310 or 10118771. OLE color: 10118771.

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

Color convert

RGB 115 102 154 -
CMYK 0.25 0.34 0 0.40
HSL 255º 0.2% 0.5% -
HSV(B) 255º 0.34% 0.6% -
XYZ 17.65 15.48 32.63 -
YUV 111.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 115 102 154 0.25 0.34 0 0.40 255 0.2 0.5
Hex 73 66 9A 19 22 0 28 FF 14 32
Octal 163 146 232 31 42 0 50 377 24 62
Binary 1110011 1100110 10011010 11001 100010 0 101000 11111111 10100 110010

Color Harmonies of #73669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73669A

Black with #73669A

Text Example


Text Example

White with #73669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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