Html Css Color HEX #7774AE Chetwode Blue

📋 copy color: '#7774AE'

red 119 ◦ green 116 ◦ blue 174

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

Shades of Chetwode Blue #7774AE

Tints of Chetwode Blue #7774AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 29.1%
G = 28.36%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7774AE (or 0x7774AE) is known color: Chetwode Blue. HEX triplet: 77, 74 and AE. RGB value is (119,116,174). Sum of RGB (Red+Green+Blue) = 119+116+174=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #7774AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7774AE is #888B51. Grayscale: #7B7B7B. Windows color (decimal): -8948562 or 11433079. OLE color: 11433079.

HSL color Cylindrical-coordinate representation of color #7774AE: hue angle of 243.1º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7774AE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 116 174 -
CMYK 0.32 0.33 0 0.32
HSL 243.1º 0.26% 0.57% -
HSV(B) 243.1º 0.33% 0.68% -
XYZ 21.49 19.47 42.67 -
YUV 123.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 119 116 174 0.32 0.33 0 0.32 243.1 0.26 0.57
Hex 77 74 AE 20 21 0 20 F3 1A 39
Octal 167 164 256 40 41 0 40 363 32 71
Binary 1110111 1110100 10101110 100000 100001 0 100000 11110011 11010 111001

Color Harmonies of #7774AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7774AE

Black with #7774AE

Text Example


Text Example

White with #7774AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7774AE; }

 p { color: rgb(119,116,174); }

 H1.HeaderClassName
 {
   color: #7774AE;
 }
 .AnyTagClassName
 {
   color: #7774AE;
 }
</style>

background-color css

<style>
 a { background-color: #7774AE; }

 a { background-color: rgb(119,116,174); }

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

border-color css

<style>
 span { border-color: #7774AE; }

 span { border-color: rgb(119,116,174); }

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