#1C767A

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

Shades of Atoll #1C767A

Tints of Atoll #1C767A

Color information

#1C767A (or 0x1C767A) is unknown color: approx Atoll. HEX triplet: 1C, 76 and 7A. RGB value is (28,118,122). Sum of RGB (Red+Green+Blue) = 28+118+122=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C767A is #E38985. Grayscale: #5B5B5B. Windows color (decimal): -14911878 or 8025628. OLE color: 8025628.

HSL color Cylindrical-coordinate representation of color #1C767A: hue angle of 182.55º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C767A is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB28118122-
CMYK0.770.0300.52
HSL182.55º62.67%29.41%-
HSV(B)182.55º77.05%47.84%-
XYZ10.4714.6120.68-
YUV91.55145.1882.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=10.45%
G=44.03%
B=45.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281181220.770.0300.52182.5562.6729.41
Hex1C767A4D3034b73f1d
Octal3416617211530642677735
Binary111001110110111101010011011101101001011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C767A; }

 p { color: rgb(28,118,122); }

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

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

 a { background-color: rgb(28,118,122); }

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

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

 span { border-color: rgb(28,118,122); }

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