#75779C

Color #75779C Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #75779C

Tints of Chetwode Blue #75779C

Color information

#75779C (or 0x75779C) is unknown color: approx Chetwode Blue. HEX triplet: 75, 77 and 9C. RGB value is (117,119,156). Sum of RGB (Red+Green+Blue) = 117+119+156=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #75779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75779C is #8A8863. Grayscale: #7A7A7A. Windows color (decimal): -9078884 or 10254197. OLE color: 10254197.

HSL color Cylindrical-coordinate representation of color #75779C: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75779C is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117119156-
CMYK0.250.2400.39
HSL236.92º16.46%53.53%-
HSV(B)236.92º25%61.18%-
XYZ19.9319.3834.14-
YUV122.62146.84123.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=29.85%
G=30.36%
B=39.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171191560.250.2400.39236.9216.4653.53
Hex75779C1918027ed1036
Octal16516723431300473552066
Binary1110101111011110011100110011100001001111110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75779C;
 }
 .AnyTagClassName
 {
   color: #75779C;
 }
</style>
background-color css

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

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

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

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

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

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