Html Css Color HEX #72689D Scampi

📋 copy color: '#72689D'

red 114 ◦ green 104 ◦ blue 157

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

Shades of Scampi #72689D

Tints of Scampi #72689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 30.4%
G = 27.73%
B = 41.87%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72689D (or 0x72689D) is known color: Scampi. HEX triplet: 72, 68 and 9D. RGB value is (114,104,157). Sum of RGB (Red+Green+Blue) = 114+104+157=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #72689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72689D is #8D9762. Grayscale: #707070. Windows color (decimal): -9279331 or 10315890. OLE color: 10315890.

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

Color convert

RGB 114 104 157 -
CMYK 0.27 0.34 0 0.38
HSL 251.32º 0.21% 0.51% -
HSV(B) 251.32º 0.34% 0.62% -
XYZ 17.98 15.91 34.02 -
YUV 113.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 114 104 157 0.27 0.34 0 0.38 251.32 0.21 0.51
Hex 72 68 9D 1B 22 0 26 FB 15 33
Octal 162 150 235 33 42 0 46 373 25 63
Binary 1110010 1101000 10011101 11011 100010 0 100110 11111011 10101 110011

Color Harmonies of #72689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72689D

Black with #72689D

Text Example


Text Example

White with #72689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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