Html Css Color HEX #7377AF Chetwode Blue

📋 copy color: '#7377AF'

red 115 ◦ green 119 ◦ blue 175

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

Shades of Chetwode Blue #7377AF

Tints of Chetwode Blue #7377AF

RGB

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

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

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

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

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7377AF (or 0x7377AF) is known color: Chetwode Blue. HEX triplet: 73, 77 and AF. RGB value is (115,119,175). Sum of RGB (Red+Green+Blue) = 115+119+175=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 119 (46.88% from 255 or 29.10% 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 #7377AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7377AF is #8C8850. Grayscale: #7B7B7B. Windows color (decimal): -9209937 or 11499379. OLE color: 11499379.

HSL color Cylindrical-coordinate representation of color #7377AF: hue angle of 236º 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 #7377AF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 119 175 -
CMYK 0.34 0.32 0 0.31
HSL 236º 0.27% 0.57% -
HSV(B) 236º 0.34% 0.69% -
XYZ 21.4 19.93 43.28 -
YUV 124.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 115 119 175 0.34 0.32 0 0.31 236 0.27 0.57
Hex 73 77 AF 22 20 0 1F EC 1B 39
Octal 163 167 257 42 40 0 37 354 33 71
Binary 1110011 1110111 10101111 100010 100000 0 11111 11101100 11011 111001

Color Harmonies of #7377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7377AF

Black with #7377AF

Text Example


Text Example

White with #7377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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