Html Css Color HEX #777BAF Chetwode Blue

📋 copy color: '#777BAF'

red 119 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #777BAF

Tints of Chetwode Blue #777BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 28.54%
G = 29.5%
B = 41.97%

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

#777BAF (or 0x777BAF) is known color: Chetwode Blue. HEX triplet: 77, 7B and AF. RGB value is (119,123,175). Sum of RGB (Red+Green+Blue) = 119+123+175=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #777BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777BAF is #888450. Grayscale: #7F7F7F. Windows color (decimal): -8946769 or 11500407. OLE color: 11500407.

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

Color convert

RGB 119 123 175 -
CMYK 0.32 0.30 0 0.31
HSL 235.71º 0.26% 0.58% -
HSV(B) 235.71º 0.32% 0.69% -
XYZ 22.43 21.18 43.46 -
YUV 127.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 119 123 175 0.32 0.30 0 0.31 235.71 0.26 0.58
Hex 77 7B AF 20 1E 0 1F EC 1A 3A
Octal 167 173 257 40 36 0 37 354 32 72
Binary 1110111 1111011 10101111 100000 11110 0 11111 11101100 11010 111010

Color Harmonies of #777BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BAF

Black with #777BAF

Text Example


Text Example

White with #777BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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