Html Css Color HEX #777ABB Chetwode Blue

📋 copy color: '#777ABB'

red 119 ◦ green 122 ◦ blue 187

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

Shades of Chetwode Blue #777ABB

Tints of Chetwode Blue #777ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 27.8%
G = 28.5%
B = 43.69%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#777ABB (or 0x777ABB) is known color: Chetwode Blue. HEX triplet: 77, 7A and BB. RGB value is (119,122,187). Sum of RGB (Red+Green+Blue) = 119+122+187=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #777ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABB is #888544. Grayscale: #808080. Windows color (decimal): -8947013 or 12286583. OLE color: 12286583.

HSL color Cylindrical-coordinate representation of color #777ABB: hue angle of 237.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #777ABB is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 122 187 -
CMYK 0.36 0.35 0 0.27
HSL 237.35º 0.33% 0.6% -
HSV(B) 237.35º 0.36% 0.73% -
XYZ 23.54 21.43 49.91 -
YUV 128.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 119 122 187 0.36 0.35 0 0.27 237.35 0.33 0.6
Hex 77 7A BB 24 23 0 1B ED 21 3C
Octal 167 172 273 44 43 0 33 355 41 74
Binary 1110111 1111010 10111011 100100 100011 0 11011 11101101 100001 111100

Color Harmonies of #777ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ABB

Black with #777ABB

Text Example


Text Example

White with #777ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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