Html Css Color HEX #73779B Chetwode Blue

📋 copy color: '#73779B'

red 115 ◦ green 119 ◦ blue 155

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

Shades of Chetwode Blue #73779B

Tints of Chetwode Blue #73779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 29.56%
G = 30.59%
B = 39.85%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73779B (or 0x73779B) is known color: Chetwode Blue. HEX triplet: 73, 77 and 9B. RGB value is (115,119,155). Sum of RGB (Red+Green+Blue) = 115+119+155=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #73779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73779B is #8C8864. Grayscale: #797979. Windows color (decimal): -9209957 or 10188659. OLE color: 10188659.

HSL color Cylindrical-coordinate representation of color #73779B: hue angle of 234º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73779B is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 119 155 -
CMYK 0.26 0.23 0 0.39
HSL 234º 0.17% 0.53% -
HSV(B) 234º 0.26% 0.61% -
XYZ 19.58 19.21 33.69 -
YUV 121.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 115 119 155 0.26 0.23 0 0.39 234 0.17 0.53
Hex 73 77 9B 1A 17 0 27 EA 11 35
Octal 163 167 233 32 27 0 47 352 21 65
Binary 1110011 1110111 10011011 11010 10111 0 100111 11101010 10001 110101

Color Harmonies of #73779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73779B

Black with #73779B

Text Example


Text Example

White with #73779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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