Html Css Color HEX #777AB2 Chetwode Blue

📋 copy color: '#777AB2'

red 119 ◦ green 122 ◦ blue 178

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

Shades of Chetwode Blue #777AB2

Tints of Chetwode Blue #777AB2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 178 (69.92% from 255) = 42.48%

R = 28.4%
G = 29.12%
B = 42.48%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#777AB2 (or 0x777AB2) is known color: Chetwode Blue. HEX triplet: 77, 7A and B2. RGB value is (119,122,178). Sum of RGB (Red+Green+Blue) = 119+122+178=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 178 - color contains mainly: blue. Hex color #777AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AB2 is #88854D. Grayscale: #7F7F7F. Windows color (decimal): -8947022 or 11696759. OLE color: 11696759.

HSL color Cylindrical-coordinate representation of color #777AB2: hue angle of 236.95º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777AB2 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 122 178 -
CMYK 0.33 0.31 0 0.30
HSL 236.95º 0.28% 0.58% -
HSV(B) 236.95º 0.33% 0.7% -
XYZ 22.6 21.06 44.99 -
YUV 127.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 119 122 178 0.33 0.31 0 0.30 236.95 0.28 0.58
Hex 77 7A B2 21 1F 0 1E ED 1C 3A
Octal 167 172 262 41 37 0 36 355 34 72
Binary 1110111 1111010 10110010 100001 11111 0 11110 11101101 11100 111010

Color Harmonies of #777AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AB2

Black with #777AB2

Text Example


Text Example

White with #777AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777AB2; }

 p { color: rgb(119,122,178); }

 H1.HeaderClassName
 {
   color: #777AB2;
 }
 .AnyTagClassName
 {
   color: #777AB2;
 }
</style>

background-color css

<style>
 a { background-color: #777AB2; }

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

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

border-color css

<style>
 span { border-color: #777AB2; }

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

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