Html Css Color HEX #7776AC Chetwode Blue

📋 copy color: '#7776AC'

red 119 ◦ green 118 ◦ blue 172

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

Shades of Chetwode Blue #7776AC

Tints of Chetwode Blue #7776AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 29.1%
G = 28.85%
B = 42.05%

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

#7776AC (or 0x7776AC) is known color: Chetwode Blue. HEX triplet: 77, 76 and AC. RGB value is (119,118,172). Sum of RGB (Red+Green+Blue) = 119+118+172=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7776AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7776AC is #888953. Grayscale: #7C7C7C. Windows color (decimal): -8948052 or 11302519. OLE color: 11302519.

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

Color convert

RGB 119 118 172 -
CMYK 0.31 0.31 0 0.33
HSL 241.11º 0.25% 0.57% -
HSV(B) 241.11º 0.31% 0.67% -
XYZ 21.53 19.86 41.73 -
YUV 124.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 119 118 172 0.31 0.31 0 0.33 241.11 0.25 0.57
Hex 77 76 AC 1F 1F 0 21 F1 19 39
Octal 167 166 254 37 37 0 41 361 31 71
Binary 1110111 1110110 10101100 11111 11111 0 100001 11110001 11001 111001

Color Harmonies of #7776AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776AC

Black with #7776AC

Text Example


Text Example

White with #7776AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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