Html Css Color HEX #077A99 Cerulean

📋 copy color: '#077A99'

red 7 ◦ green 122 ◦ blue 153

#077A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #077A99

Tints of Cerulean #077A99

RGB

 RED value IS 7 (3.13% from 255) = 2.48%

 GREEN value IS 122 (48.05% from 255) = 43.26%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 2.48%
G = 43.26%
B = 54.26%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#077A99 (or 0x077A99) is known color: Cerulean. HEX triplet: 07, 7A and 99. RGB value is (7,122,153). Sum of RGB (Red+Green+Blue) = 7+122+153=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #077A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A99 is #F88566. Grayscale: #5A5A5A. Windows color (decimal): -16287079 or 10058247. OLE color: 10058247.

HSL color Cylindrical-coordinate representation of color #077A99: hue angle of 192.74º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A99 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 122 153 -
CMYK 0.95 0.20 0 0.4
HSL 192.74º 0.91% 0.31% -
HSV(B) 192.74º 0.95% 0.6% -
XYZ 12.8 16.26 32.6 -
YUV 91.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 7 122 153 0.95 0.20 0 0.4 192.74 0.91 0.31
Hex 7 7A 99 5F 14 0 28 C1 5B 1F
Octal 7 172 231 137 24 0 50 301 133 37
Binary 111 1111010 10011001 1011111 10100 0 101000 11000001 1011011 11111

Color Harmonies of #077A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A99

Black with #077A99

Text Example


Text Example

White with #077A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,122,153); }

 H1.HeaderClassName
 {
   color: #077A99;
 }
 .AnyTagClassName
 {
   color: #077A99;
 }
</style>

background-color css

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

 a { background-color: rgb(7,122,153); }

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

border-color css

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

 span { border-color: rgb(7,122,153); }

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