Html Css Color HEX #72699B Scampi

📋 copy color: '#72699B'

red 114 ◦ green 105 ◦ blue 155

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

Shades of Scampi #72699B

Tints of Scampi #72699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 30.48%
G = 28.07%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72699B (or 0x72699B) is known color: Scampi. HEX triplet: 72, 69 and 9B. RGB value is (114,105,155). Sum of RGB (Red+Green+Blue) = 114+105+155=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #72699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699B is #8D9664. Grayscale: #717171. Windows color (decimal): -9279077 or 10185074. OLE color: 10185074.

HSL color Cylindrical-coordinate representation of color #72699B: hue angle of 250.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72699B is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 105 155 -
CMYK 0.26 0.32 0 0.39
HSL 250.8º 0.2% 0.51% -
HSV(B) 250.8º 0.32% 0.61% -
XYZ 17.91 16.05 33.16 -
YUV 113.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 114 105 155 0.26 0.32 0 0.39 250.8 0.2 0.51
Hex 72 69 9B 1A 20 0 27 FB 14 33
Octal 162 151 233 32 40 0 47 373 24 63
Binary 1110010 1101001 10011011 11010 100000 0 100111 11111011 10100 110011

Color Harmonies of #72699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72699B

Black with #72699B

Text Example


Text Example

White with #72699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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