#7767AF

Color #7767AF Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7767AF

Tints of Scampi #7767AF

Color information

#7767AF (or 0x7767AF) is unknown color: approx Scampi. HEX triplet: 77, 67 and AF. RGB value is (119,103,175). Sum of RGB (Red+Green+Blue) = 119+103+175=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #7767AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767AF is #889850. Grayscale: #737373. Windows color (decimal): -8951889 or 11495287. OLE color: 11495287.

HSL color Cylindrical-coordinate representation of color #7767AF: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7767AF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119103175-
CMYK0.320.4100.31
HSL253.33º31.03%54.51%-
HSV(B)253.33º41.14%68.63%-
XYZ20.216.7242.72-
YUV115.99161.3130.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=29.97%
G=25.94%
B=44.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191031750.320.4100.31253.3331.0354.51
Hex7767AF202901Ffd1f37
Octal16714725740510373753767
Binary11101111100111101011111000001010010111111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7767AF; }

 p { color: rgb(119,103,175); }

 H1.HeaderClassName
 {
   color: #7767AF;
 }
 .AnyTagClassName
 {
   color: #7767AF;
 }
</style>
background-color css

<style>
 a { background-color: #7767AF; }

 a { background-color: rgb(119,103,175); }

 div.DivClassName
 {
   background-color: #7767AF;
 }
 .BgClassName
 {
   background-color: #7767AF;
 }
</style>
border-color css

<style>
 span { border-color: #7767AF; }

 span { border-color: rgb(119,103,175); }

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