Html Css Color HEX #7665A5 Scampi

📋 copy color: '#7665A5'

red 118 ◦ green 101 ◦ blue 165

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

Shades of Scampi #7665A5

Tints of Scampi #7665A5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 30.73%
G = 26.3%
B = 42.97%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7665A5 (or 0x7665A5) is known color: Scampi. HEX triplet: 76, 65 and A5. RGB value is (118,101,165). Sum of RGB (Red+Green+Blue) = 118+101+165=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #7665A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7665A5 is #899A5A. Grayscale: #717171. Windows color (decimal): -9017947 or 10839414. OLE color: 10839414.

HSL color Cylindrical-coordinate representation of color #7665A5: hue angle of 255.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7665A5 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 101 165 -
CMYK 0.28 0.39 0 0.35
HSL 255.94º 0.26% 0.52% -
HSV(B) 255.94º 0.39% 0.65% -
XYZ 18.92 15.88 37.66 -
YUV 113.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 118 101 165 0.28 0.39 0 0.35 255.94 0.26 0.52
Hex 76 65 A5 1C 27 0 23 100 1A 34
Octal 166 145 245 34 47 0 43 400 32 64
Binary 1110110 1100101 10100101 11100 100111 0 100011 100000000 11010 110100

Color Harmonies of #7665A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665A5

Black with #7665A5

Text Example


Text Example

White with #7665A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7665A5; }

 p { color: rgb(118,101,165); }

 H1.HeaderClassName
 {
   color: #7665A5;
 }
 .AnyTagClassName
 {
   color: #7665A5;
 }
</style>

background-color css

<style>
 a { background-color: #7665A5; }

 a { background-color: rgb(118,101,165); }

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

border-color css

<style>
 span { border-color: #7665A5; }

 span { border-color: rgb(118,101,165); }

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