Html Css Color HEX #7665AA Scampi

📋 copy color: '#7665AA'

red 118 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7665AA

Tints of Scampi #7665AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 30.33%
G = 25.96%
B = 43.7%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7665AA (or 0x7665AA) is known color: Scampi. HEX triplet: 76, 65 and AA. RGB value is (118,101,170). Sum of RGB (Red+Green+Blue) = 118+101+170=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7665AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7665AA is #899A55. Grayscale: #717171. Windows color (decimal): -9017942 or 11167094. OLE color: 11167094.

HSL color Cylindrical-coordinate representation of color #7665AA: hue angle of 254.78º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7665AA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 101 170 -
CMYK 0.31 0.41 0 0.33
HSL 254.78º 0.29% 0.53% -
HSV(B) 254.78º 0.41% 0.67% -
XYZ 19.38 16.06 40.11 -
YUV 113.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 118 101 170 0.31 0.41 0 0.33 254.78 0.29 0.53
Hex 76 65 AA 1F 29 0 21 FF 1D 35
Octal 166 145 252 37 51 0 41 377 35 65
Binary 1110110 1100101 10101010 11111 101001 0 100001 11111111 11101 110101

Color Harmonies of #7665AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665AA

Black with #7665AA

Text Example


Text Example

White with #7665AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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