Html Css Color HEX #72699D Scampi

📋 copy color: '#72699D'

red 114 ◦ green 105 ◦ blue 157

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

Shades of Scampi #72699D

Tints of Scampi #72699D

RGB

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

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

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

R = 30.32%
G = 27.93%
B = 41.76%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72699D (or 0x72699D) is known color: Scampi. HEX triplet: 72, 69 and 9D. RGB value is (114,105,157). Sum of RGB (Red+Green+Blue) = 114+105+157=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #72699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699D is #8D9662. Grayscale: #717171. Windows color (decimal): -9279075 or 10316146. OLE color: 10316146.

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

Color convert

RGB 114 105 157 -
CMYK 0.27 0.33 0 0.38
HSL 250.38º 0.21% 0.51% -
HSV(B) 250.38º 0.33% 0.62% -
XYZ 18.08 16.11 34.06 -
YUV 113.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 114 105 157 0.27 0.33 0 0.38 250.38 0.21 0.51
Hex 72 69 9D 1B 21 0 26 FA 15 33
Octal 162 151 235 33 41 0 46 372 25 63
Binary 1110010 1101001 10011101 11011 100001 0 100110 11111010 10101 110011

Color Harmonies of #72699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72699D

Black with #72699D

Text Example


Text Example

White with #72699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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