Html Css Color HEX #777BB2 Chetwode Blue

📋 copy color: '#777BB2'

red 119 ◦ green 123 ◦ blue 178

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

Shades of Chetwode Blue #777BB2

Tints of Chetwode Blue #777BB2

RGB

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

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

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

R = 28.33%
G = 29.29%
B = 42.38%

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

#777BB2 (or 0x777BB2) is known color: Chetwode Blue. HEX triplet: 77, 7B and B2. RGB value is (119,123,178). Sum of RGB (Red+Green+Blue) = 119+123+178=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #777BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BB2 is #88844D. Grayscale: #7F7F7F. Windows color (decimal): -8946766 or 11697015. OLE color: 11697015.

HSL color Cylindrical-coordinate representation of color #777BB2: hue angle of 235.93º 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 #777BB2 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 123 178 -
CMYK 0.33 0.31 0 0.30
HSL 235.93º 0.28% 0.58% -
HSV(B) 235.93º 0.33% 0.7% -
XYZ 22.73 21.3 45.03 -
YUV 128.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 119 123 178 0.33 0.31 0 0.30 235.93 0.28 0.58
Hex 77 7B B2 21 1F 0 1E EC 1C 3A
Octal 167 173 262 41 37 0 36 354 34 72
Binary 1110111 1111011 10110010 100001 11111 0 11110 11101100 11100 111010

Color Harmonies of #777BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BB2

Black with #777BB2

Text Example


Text Example

White with #777BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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