Html Css Color HEX #72699E Scampi

📋 copy color: '#72699E'

red 114 ◦ green 105 ◦ blue 158

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

Shades of Scampi #72699E

Tints of Scampi #72699E

RGB

 RED value IS 114 (44.92% from 255) = 30.24%

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 30.24%
G = 27.85%
B = 41.91%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72699E (or 0x72699E) is known color: Scampi. HEX triplet: 72, 69 and 9E. RGB value is (114,105,158). Sum of RGB (Red+Green+Blue) = 114+105+158=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #72699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699E is #8D9661. Grayscale: #717171. Windows color (decimal): -9279074 or 10381682. OLE color: 10381682.

HSL color Cylindrical-coordinate representation of color #72699E: hue angle of 250.19º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72699E is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 105 158 -
CMYK 0.28 0.34 0 0.38
HSL 250.19º 0.21% 0.52% -
HSV(B) 250.19º 0.34% 0.62% -
XYZ 18.16 16.15 34.51 -
YUV 113.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 114 105 158 0.28 0.34 0 0.38 250.19 0.21 0.52
Hex 72 69 9E 1C 22 0 26 FA 15 34
Octal 162 151 236 34 42 0 46 372 25 64
Binary 1110010 1101001 10011110 11100 100010 0 100110 11111010 10101 110100

Color Harmonies of #72699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72699E

Black with #72699E

Text Example


Text Example

White with #72699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72699E; }

 p { color: rgb(114,105,158); }

 H1.HeaderClassName
 {
   color: #72699E;
 }
 .AnyTagClassName
 {
   color: #72699E;
 }
</style>

background-color css

<style>
 a { background-color: #72699E; }

 a { background-color: rgb(114,105,158); }

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

border-color css

<style>
 span { border-color: #72699E; }

 span { border-color: rgb(114,105,158); }

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