Html Css Color HEX #7773AF Chetwode Blue

📋 copy color: '#7773AF'

red 119 ◦ green 115 ◦ blue 175

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

Shades of Chetwode Blue #7773AF

Tints of Chetwode Blue #7773AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 29.1%
G = 28.12%
B = 42.79%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7773AF (or 0x7773AF) is known color: Chetwode Blue. HEX triplet: 77, 73 and AF. RGB value is (119,115,175). Sum of RGB (Red+Green+Blue) = 119+115+175=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #7773AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7773AF is #888C50. Grayscale: #7A7A7A. Windows color (decimal): -8948817 or 11498359. OLE color: 11498359.

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

Color convert

RGB 119 115 175 -
CMYK 0.32 0.34 0 0.31
HSL 244º 0.27% 0.57% -
HSV(B) 244º 0.34% 0.69% -
XYZ 21.48 19.28 43.15 -
YUV 123.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 119 115 175 0.32 0.34 0 0.31 244 0.27 0.57
Hex 77 73 AF 20 22 0 1F F4 1B 39
Octal 167 163 257 40 42 0 37 364 33 71
Binary 1110111 1110011 10101111 100000 100010 0 11111 11110100 11011 111001

Color Harmonies of #7773AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773AF

Black with #7773AF

Text Example


Text Example

White with #7773AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7773AF; }

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

 H1.HeaderClassName
 {
   color: #7773AF;
 }
 .AnyTagClassName
 {
   color: #7773AF;
 }
</style>

background-color css

<style>
 a { background-color: #7773AF; }

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

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

border-color css

<style>
 span { border-color: #7773AF; }

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

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