Html Css Color HEX #73779D Chetwode Blue

📋 copy color: '#73779D'

red 115 ◦ green 119 ◦ blue 157

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

Shades of Chetwode Blue #73779D

Tints of Chetwode Blue #73779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 29.41%
G = 30.43%
B = 40.15%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73779D (or 0x73779D) is known color: Chetwode Blue. HEX triplet: 73, 77 and 9D. RGB value is (115,119,157). Sum of RGB (Red+Green+Blue) = 115+119+157=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #73779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73779D is #8C8862. Grayscale: #797979. Windows color (decimal): -9209955 or 10319731. OLE color: 10319731.

HSL color Cylindrical-coordinate representation of color #73779D: hue angle of 234.29º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73779D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 119 157 -
CMYK 0.27 0.24 0 0.38
HSL 234.29º 0.18% 0.53% -
HSV(B) 234.29º 0.27% 0.62% -
XYZ 19.75 19.27 34.58 -
YUV 122.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 115 119 157 0.27 0.24 0 0.38 234.29 0.18 0.53
Hex 73 77 9D 1B 18 0 26 EA 12 35
Octal 163 167 235 33 30 0 46 352 22 65
Binary 1110011 1110111 10011101 11011 11000 0 100110 11101010 10010 110101

Color Harmonies of #73779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73779D

Black with #73779D

Text Example


Text Example

White with #73779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73779D; }

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

 H1.HeaderClassName
 {
   color: #73779D;
 }
 .AnyTagClassName
 {
   color: #73779D;
 }
</style>

background-color css

<style>
 a { background-color: #73779D; }

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

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

border-color css

<style>
 span { border-color: #73779D; }

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

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