Html Css Color HEX #72669B Scampi

📋 copy color: '#72669B'

red 114 ◦ green 102 ◦ blue 155

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

Shades of Scampi #72669B

Tints of Scampi #72669B

RGB

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

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

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

R = 30.73%
G = 27.49%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72669B (or 0x72669B) is known color: Scampi. HEX triplet: 72, 66 and 9B. RGB value is (114,102,155). Sum of RGB (Red+Green+Blue) = 114+102+155=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #72669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72669B is #8D9964. Grayscale: #6F6F6F. Windows color (decimal): -9279845 or 10184306. OLE color: 10184306.

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

Color convert

RGB 114 102 155 -
CMYK 0.26 0.34 0 0.39
HSL 253.58º 0.21% 0.5% -
HSV(B) 253.58º 0.34% 0.61% -
XYZ 17.61 15.45 33.06 -
YUV 111.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 114 102 155 0.26 0.34 0 0.39 253.58 0.21 0.5
Hex 72 66 9B 1A 22 0 27 FE 15 32
Octal 162 146 233 32 42 0 47 376 25 62
Binary 1110010 1100110 10011011 11010 100010 0 100111 11111110 10101 110010

Color Harmonies of #72669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72669B

Black with #72669B

Text Example


Text Example

White with #72669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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