#077CAC

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

Shades of Cerulean #077CAC

Tints of Cerulean #077CAC

Color information

#077CAC (or 0x077CAC) is unknown color: approx Cerulean. HEX triplet: 07, 7C and AC. RGB value is (7,124,172). Sum of RGB (Red+Green+Blue) = 7+124+172=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #077CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077CAC is #F88353. Grayscale: #5E5E5E. Windows color (decimal): -16286548 or 11303943. OLE color: 11303943.

HSL color Cylindrical-coordinate representation of color #077CAC: hue angle of 197.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CAC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7124172-
CMYK0.960.2800.33
HSL197.45º92.18%35.1%-
HSV(B)197.45º95.93%67.45%-
XYZ14.7417.4441.62-
YUV94.49171.7465.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=2.31%
G=40.92%
B=56.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71241720.960.2800.33197.4592.1835.1
Hex77CAC601C021c55c23
Octal71742541403404130513443
Binary1111111100101011001100000111000100001110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077CAC; }

 p { color: rgb(7,124,172); }

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

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

 a { background-color: rgb(7,124,172); }

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

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

 span { border-color: rgb(7,124,172); }

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