Html Css Color HEX #7778AA Chetwode Blue

📋 copy color: '#7778AA'

red 119 ◦ green 120 ◦ blue 170

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

Shades of Chetwode Blue #7778AA

Tints of Chetwode Blue #7778AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 29.1%
G = 29.34%
B = 41.56%

CMYK

 C value IS 0.3

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7778AA (or 0x7778AA) is known color: Chetwode Blue. HEX triplet: 77, 78 and AA. RGB value is (119,120,170). Sum of RGB (Red+Green+Blue) = 119+120+170=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #7778AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7778AA is #888755. Grayscale: #7D7D7D. Windows color (decimal): -8947542 or 11171959. OLE color: 11171959.

HSL color Cylindrical-coordinate representation of color #7778AA: hue angle of 238.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7778AA is Cyan = 0.3, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 120 170 -
CMYK 0.3 0.29 0 0.33
HSL 238.82º 0.23% 0.57% -
HSV(B) 238.82º 0.3% 0.67% -
XYZ 21.58 20.26 40.8 -
YUV 125.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 119 120 170 0.3 0.29 0 0.33 238.82 0.23 0.57
Hex 77 78 AA 1E 1D 0 21 EF 17 39
Octal 167 170 252 36 35 0 41 357 27 71
Binary 1110111 1111000 10101010 11110 11101 0 100001 11101111 10111 111001

Color Harmonies of #7778AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7778AA

Black with #7778AA

Text Example


Text Example

White with #7778AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7778AA; }

 p { color: rgb(119,120,170); }

 H1.HeaderClassName
 {
   color: #7778AA;
 }
 .AnyTagClassName
 {
   color: #7778AA;
 }
</style>

background-color css

<style>
 a { background-color: #7778AA; }

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

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

border-color css

<style>
 span { border-color: #7778AA; }

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

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