Html Css Color HEX #777BAD Chetwode Blue

📋 copy color: '#777BAD'

red 119 ◦ green 123 ◦ blue 173

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

Shades of Chetwode Blue #777BAD

Tints of Chetwode Blue #777BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 28.67%
G = 29.64%
B = 41.69%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#777BAD (or 0x777BAD) is known color: Chetwode Blue. HEX triplet: 77, 7B and AD. RGB value is (119,123,173). Sum of RGB (Red+Green+Blue) = 119+123+173=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #777BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAD is #888452. Grayscale: #7F7F7F. Windows color (decimal): -8946771 or 11369335. OLE color: 11369335.

HSL color Cylindrical-coordinate representation of color #777BAD: hue angle of 235.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777BAD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 123 173 -
CMYK 0.31 0.29 0 0.32
HSL 235.56º 0.25% 0.57% -
HSV(B) 235.56º 0.31% 0.68% -
XYZ 22.23 21.1 42.44 -
YUV 127.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 119 123 173 0.31 0.29 0 0.32 235.56 0.25 0.57
Hex 77 7B AD 1F 1D 0 20 EC 19 39
Octal 167 173 255 37 35 0 40 354 31 71
Binary 1110111 1111011 10101101 11111 11101 0 100000 11101100 11001 111001

Color Harmonies of #777BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BAD

Black with #777BAD

Text Example


Text Example

White with #777BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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