Html Css Color HEX #7777AC Chetwode Blue

📋 copy color: '#7777AC'

red 119 ◦ green 119 ◦ blue 172

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

Shades of Chetwode Blue #7777AC

Tints of Chetwode Blue #7777AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 29.02%
G = 29.02%
B = 41.95%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7777AC (or 0x7777AC) is known color: Chetwode Blue. HEX triplet: 77, 77 and AC. RGB value is (119,119,172). Sum of RGB (Red+Green+Blue) = 119+119+172=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7777AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7777AC is #888853. Grayscale: #7C7C7C. Windows color (decimal): -8947796 or 11302775. OLE color: 11302775.

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

Color convert

RGB 119 119 172 -
CMYK 0.31 0.31 0 0.33
HSL 240º 0.24% 0.57% -
HSV(B) 240º 0.31% 0.67% -
XYZ 21.65 20.09 41.77 -
YUV 125.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 119 119 172 0.31 0.31 0 0.33 240 0.24 0.57
Hex 77 77 AC 1F 1F 0 21 F0 18 39
Octal 167 167 254 37 37 0 41 360 30 71
Binary 1110111 1110111 10101100 11111 11111 0 100001 11110000 11000 111001

Color Harmonies of #7777AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777AC

Black with #7777AC

Text Example


Text Example

White with #7777AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7777AC;
 }
 .AnyTagClassName
 {
   color: #7777AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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