Html Css Color HEX #7779AD Chetwode Blue

📋 copy color: '#7779AD'

red 119 ◦ green 121 ◦ blue 173

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

Shades of Chetwode Blue #7779AD

Tints of Chetwode Blue #7779AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 28.81%
G = 29.3%
B = 41.89%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7779AD (or 0x7779AD) is known color: Chetwode Blue. HEX triplet: 77, 79 and AD. RGB value is (119,121,173). Sum of RGB (Red+Green+Blue) = 119+121+173=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #7779AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7779AD is #888652. Grayscale: #7E7E7E. Windows color (decimal): -8947283 or 11368823. OLE color: 11368823.

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

Color convert

RGB 119 121 173 -
CMYK 0.31 0.30 0 0.32
HSL 237.78º 0.25% 0.57% -
HSV(B) 237.78º 0.31% 0.68% -
XYZ 21.99 20.61 42.36 -
YUV 126.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 119 121 173 0.31 0.30 0 0.32 237.78 0.25 0.57
Hex 77 79 AD 1F 1E 0 20 EE 19 39
Octal 167 171 255 37 36 0 40 356 31 71
Binary 1110111 1111001 10101101 11111 11110 0 100000 11101110 11001 111001

Color Harmonies of #7779AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7779AD

Black with #7779AD

Text Example


Text Example

White with #7779AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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