#7775AC

Color #7775AC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7775AC

Tints of Chetwode Blue #7775AC

Color information

#7775AC (or 0x7775AC) is unknown color: approx Chetwode Blue. HEX triplet: 77, 75 and AC. RGB value is (119,117,172). Sum of RGB (Red+Green+Blue) = 119+117+172=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7775AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7775AC is #888A53. Grayscale: #7B7B7B. Windows color (decimal): -8948308 or 11302263. OLE color: 11302263.

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

Color convert

RGB119117172-
CMYK0.310.3200.33
HSL242.18º24.89%56.67%-
HSV(B)242.18º31.98%67.45%-
XYZ21.4219.6241.69-
YUV123.87155.16124.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=29.17%
G=28.68%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191171720.310.3200.33242.1824.8956.67
Hex7775AC1F20021f21939
Octal16716525437400413623171
Binary11101111110101101011001111110000001000011111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7775AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7775AC; }

 p { color: rgb(119,117,172); }

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

<style>
 a { background-color: #7775AC; }

 a { background-color: rgb(119,117,172); }

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

<style>
 span { border-color: #7775AC; }

 span { border-color: rgb(119,117,172); }

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