Html Css Color HEX #7777AA Chetwode Blue

📋 copy color: '#7777AA'

red 119 ◦ green 119 ◦ blue 170

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

Shades of Chetwode Blue #7777AA

Tints of Chetwode Blue #7777AA

RGB

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

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

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

R = 29.17%
G = 29.17%
B = 41.67%

CMYK

 C value IS 0.3

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7777AA (or 0x7777AA) is known color: Chetwode Blue. HEX triplet: 77, 77 and AA. RGB value is (119,119,170). Sum of RGB (Red+Green+Blue) = 119+119+170=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #7777AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7777AA is #888855. Grayscale: #7C7C7C. Windows color (decimal): -8947798 or 11171703. OLE color: 11171703.

HSL color Cylindrical-coordinate representation of color #7777AA: hue angle of 240º 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 #7777AA is Cyan = 0.3, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 119 170 -
CMYK 0.3 0.3 0 0.33
HSL 240º 0.23% 0.57% -
HSV(B) 240º 0.3% 0.67% -
XYZ 21.46 20.02 40.76 -
YUV 124.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 119 119 170 0.3 0.3 0 0.33 240 0.23 0.57
Hex 77 77 AA 1E 1E 0 21 F0 17 39
Octal 167 167 252 36 36 0 41 360 27 71
Binary 1110111 1110111 10101010 11110 11110 0 100001 11110000 10111 111001

Color Harmonies of #7777AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777AA

Black with #7777AA

Text Example


Text Example

White with #7777AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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