Html Css Color HEX #73679A Scampi

📋 copy color: '#73679A'

red 115 ◦ green 103 ◦ blue 154

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

Shades of Scampi #73679A

Tints of Scampi #73679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 30.91%
G = 27.69%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73679A (or 0x73679A) is known color: Scampi. HEX triplet: 73, 67 and 9A. RGB value is (115,103,154). Sum of RGB (Red+Green+Blue) = 115+103+154=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #73679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679A is #8C9865. Grayscale: #707070. Windows color (decimal): -9214054 or 10119027. OLE color: 10119027.

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

Color convert

RGB 115 103 154 -
CMYK 0.25 0.33 0 0.40
HSL 254.12º 0.2% 0.5% -
HSV(B) 254.12º 0.33% 0.6% -
XYZ 17.75 15.68 32.66 -
YUV 112.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 115 103 154 0.25 0.33 0 0.40 254.12 0.2 0.5
Hex 73 67 9A 19 21 0 28 FE 14 32
Octal 163 147 232 31 41 0 50 376 24 62
Binary 1110011 1100111 10011010 11001 100001 0 101000 11111110 10100 110010

Color Harmonies of #73679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73679A

Black with #73679A

Text Example


Text Example

White with #73679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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