Html Css Color HEX #75769D Scampi

📋 copy color: '#75769D'

red 117 ◦ green 118 ◦ blue 157

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

Shades of Scampi #75769D

Tints of Scampi #75769D

RGB

 RED value IS 117 (46.09% from 255) = 29.85%

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 29.85%
G = 30.1%
B = 40.05%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75769D (or 0x75769D) is known color: Scampi. HEX triplet: 75, 76 and 9D. RGB value is (117,118,157). Sum of RGB (Red+Green+Blue) = 117+118+157=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #75769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769D is #8A8962. Grayscale: #797979. Windows color (decimal): -9079139 or 10319477. OLE color: 10319477.

HSL color Cylindrical-coordinate representation of color #75769D: hue angle of 238.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75769D is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 118 157 -
CMYK 0.25 0.25 0 0.38
HSL 238.5º 0.17% 0.54% -
HSV(B) 238.5º 0.25% 0.62% -
XYZ 19.9 19.17 34.55 -
YUV 122.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 117 118 157 0.25 0.25 0 0.38 238.5 0.17 0.54
Hex 75 76 9D 19 19 0 26 EE 11 36
Octal 165 166 235 31 31 0 46 356 21 66
Binary 1110101 1110110 10011101 11001 11001 0 100110 11101110 10001 110110

Color Harmonies of #75769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75769D

Black with #75769D

Text Example


Text Example

White with #75769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,118,157); }

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

background-color css

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

 a { background-color: rgb(117,118,157); }

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

border-color css

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

 span { border-color: rgb(117,118,157); }

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