Html Css Color HEX #777BB0 Chetwode Blue

📋 copy color: '#777BB0'

red 119 ◦ green 123 ◦ blue 176

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

Shades of Chetwode Blue #777BB0

Tints of Chetwode Blue #777BB0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 28.47%
G = 29.43%
B = 42.11%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#777BB0 (or 0x777BB0) is known color: Chetwode Blue. HEX triplet: 77, 7B and B0. RGB value is (119,123,176). Sum of RGB (Red+Green+Blue) = 119+123+176=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #777BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BB0 is #88844F. Grayscale: #7F7F7F. Windows color (decimal): -8946768 or 11565943. OLE color: 11565943.

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

Color convert

RGB 119 123 176 -
CMYK 0.32 0.30 0 0.31
HSL 235.79º 0.27% 0.58% -
HSV(B) 235.79º 0.32% 0.69% -
XYZ 22.53 21.22 43.98 -
YUV 127.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 119 123 176 0.32 0.30 0 0.31 235.79 0.27 0.58
Hex 77 7B B0 20 1E 0 1F EC 1B 3A
Octal 167 173 260 40 36 0 37 354 33 72
Binary 1110111 1111011 10110000 100000 11110 0 11111 11101100 11011 111010

Color Harmonies of #777BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BB0

Black with #777BB0

Text Example


Text Example

White with #777BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,123,176); }

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

background-color css

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

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

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

border-color css

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

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

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