Html Css Color HEX #7767AF Scampi

📋 copy color: '#7767AF'

red 119 ◦ green 103 ◦ blue 175

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

Shades of Scampi #7767AF

Tints of Scampi #7767AF

RGB

 RED value IS 119 (46.88% from 255) = 29.97%

 GREEN value IS 103 (40.63% 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 value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7767AF (or 0x7767AF) is known color: 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

RGB 119 103 175 -
CMYK 0.32 0.41 0 0.31
HSL 253.33º 0.31% 0.55% -
HSV(B) 253.33º 0.41% 0.69% -
XYZ 20.2 16.72 42.72 -
YUV 115.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 119 103 175 0.32 0.41 0 0.31 253.33 0.31 0.55
Hex 77 67 AF 20 29 0 1F FD 1F 37
Octal 167 147 257 40 51 0 37 375 37 67
Binary 1110111 1100111 10101111 100000 101001 0 11111 11111101 11111 110111

Color Harmonies of #7767AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7767AF

Black with #7767AF

Text Example


Text Example

White with #7767AF

Text Example


Text Example

HTML Codes & Css Web 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>