#127784

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

Shades of Allports #127784

Tints of Allports #127784

Color information

#127784 (or 0x127784) is unknown color: approx Allports. HEX triplet: 12, 77 and 84. RGB value is (18,119,132). Sum of RGB (Red+Green+Blue) = 18+119+132=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #127784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127784 is #ED887B. Grayscale: #5A5A5A. Windows color (decimal): -15566972 or 8681234. OLE color: 8681234.

HSL color Cylindrical-coordinate representation of color #127784: hue angle of 186.84º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127784 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18119132-
CMYK0.860.1000.48
HSL186.84º76%29.41%-
HSV(B)186.84º86.36%51.76%-
XYZ11.0114.9924.14-
YUV90.28151.5476.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=6.69%
G=44.24%
B=49.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181191320.860.1000.48186.847629.41
Hex12778456A030bb4c1d
Octal221672041261206027311435
Binary1001011101111000010010101101010011000010111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127784; }

 p { color: rgb(18,119,132); }

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

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

 a { background-color: rgb(18,119,132); }

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

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

 span { border-color: rgb(18,119,132); }

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