Html Css Color HEX #765CAB Scampi

📋 copy color: '#765CAB'

red 118 ◦ green 92 ◦ blue 171

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

Shades of Scampi #765CAB

Tints of Scampi #765CAB

RGB

 RED value IS 118 (46.48% from 255) = 30.97%

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 30.97%
G = 24.15%
B = 44.88%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#765CAB (or 0x765CAB) is known color: Scampi. HEX triplet: 76, 5C and AB. RGB value is (118,92,171). Sum of RGB (Red+Green+Blue) = 118+92+171=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #765CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765CAB is #89A354. Grayscale: #6C6C6C. Windows color (decimal): -9020245 or 11230326. OLE color: 11230326.

HSL color Cylindrical-coordinate representation of color #765CAB: hue angle of 259.75º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765CAB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 92 171 -
CMYK 0.31 0.46 0 0.33
HSL 259.75º 0.32% 0.52% -
HSV(B) 259.75º 0.46% 0.67% -
XYZ 18.65 14.45 40.33 -
YUV 108.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 118 92 171 0.31 0.46 0 0.33 259.75 0.32 0.52
Hex 76 5C AB 1F 2E 0 21 104 20 34
Octal 166 134 253 37 56 0 41 404 40 64
Binary 1110110 1011100 10101011 11111 101110 0 100001 100000100 100000 110100

Color Harmonies of #765CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CAB

Black with #765CAB

Text Example


Text Example

White with #765CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765CAB; }

 p { color: rgb(118,92,171); }

 H1.HeaderClassName
 {
   color: #765CAB;
 }
 .AnyTagClassName
 {
   color: #765CAB;
 }
</style>

background-color css

<style>
 a { background-color: #765CAB; }

 a { background-color: rgb(118,92,171); }

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

border-color css

<style>
 span { border-color: #765CAB; }

 span { border-color: rgb(118,92,171); }

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