Html Css Color HEX #7779AC Chetwode Blue

📋 copy color: '#7779AC'

red 119 ◦ green 121 ◦ blue 172

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

Shades of Chetwode Blue #7779AC

Tints of Chetwode Blue #7779AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 28.88%
G = 29.37%
B = 41.75%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7779AC (or 0x7779AC) is known color: Chetwode Blue. HEX triplet: 77, 79 and AC. RGB value is (119,121,172). Sum of RGB (Red+Green+Blue) = 119+121+172=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #7779AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7779AC is #888653. Grayscale: #7E7E7E. Windows color (decimal): -8947284 or 11303287. OLE color: 11303287.

HSL color Cylindrical-coordinate representation of color #7779AC: hue angle of 237.74º 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 #7779AC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 121 172 -
CMYK 0.31 0.30 0 0.33
HSL 237.74º 0.24% 0.57% -
HSV(B) 237.74º 0.31% 0.67% -
XYZ 21.89 20.58 41.85 -
YUV 126.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 119 121 172 0.31 0.30 0 0.33 237.74 0.24 0.57
Hex 77 79 AC 1F 1E 0 21 EE 18 39
Octal 167 171 254 37 36 0 41 356 30 71
Binary 1110111 1111001 10101100 11111 11110 0 100001 11101110 11000 111001

Color Harmonies of #7779AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7779AC

Black with #7779AC

Text Example


Text Example

White with #7779AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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