Html Css Color HEX #73779C Chetwode Blue

📋 copy color: '#73779C'

red 115 ◦ green 119 ◦ blue 156

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

Shades of Chetwode Blue #73779C

Tints of Chetwode Blue #73779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 29.49%
G = 30.51%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73779C (or 0x73779C) is known color: Chetwode Blue. HEX triplet: 73, 77 and 9C. RGB value is (115,119,156). Sum of RGB (Red+Green+Blue) = 115+119+156=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #73779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73779C is #8C8863. Grayscale: #797979. Windows color (decimal): -9209956 or 10254195. OLE color: 10254195.

HSL color Cylindrical-coordinate representation of color #73779C: hue angle of 234.15º 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 #73779C is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 119 156 -
CMYK 0.26 0.24 0 0.39
HSL 234.15º 0.17% 0.53% -
HSV(B) 234.15º 0.26% 0.61% -
XYZ 19.67 19.24 34.13 -
YUV 122.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 115 119 156 0.26 0.24 0 0.39 234.15 0.17 0.53
Hex 73 77 9C 1A 18 0 27 EA 11 35
Octal 163 167 234 32 30 0 47 352 21 65
Binary 1110011 1110111 10011100 11010 11000 0 100111 11101010 10001 110101

Color Harmonies of #73779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73779C

Black with #73779C

Text Example


Text Example

White with #73779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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