#177074

Color #177074 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #177074

Tints of Allports #177074

Color information

#177074 (or 0x177074) is unknown color: approx Allports. HEX triplet: 17, 70 and 74. RGB value is (23,112,116). Sum of RGB (Red+Green+Blue) = 23+112+116=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #177074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177074 is #E88F8B. Grayscale: #555555. Windows color (decimal): -15241100 or 7630871. OLE color: 7630871.

HSL color Cylindrical-coordinate representation of color #177074: hue angle of 182.58º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177074 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB23112116-
CMYK0.800.0300.55
HSL182.58º66.91%27.25%-
HSV(B)182.58º80.17%45.49%-
XYZ9.313.0318.55-
YUV85.84145.0183.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.16%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=9.16%
G=44.62%
B=46.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231121160.800.0300.55182.5866.9127.25
Hex177074503037b7431b
Octal27160164120306726710333
Binary1011111100001110100101000011011011110110111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177074; }

 p { color: rgb(23,112,116); }

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

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

 a { background-color: rgb(23,112,116); }

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

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

 span { border-color: rgb(23,112,116); }

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