Html Css Color HEX #077DA0 Cerulean

📋 copy color: '#077DA0'

red 7 ◦ green 125 ◦ blue 160

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

Shades of Cerulean #077DA0

Tints of Cerulean #077DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

 BLUE value IS 160 (62.89% from 255) = 54.79%

R = 2.4%
G = 42.81%
B = 54.79%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#077DA0 (or 0x077DA0) is known color: Cerulean. HEX triplet: 07, 7D and A0. RGB value is (7,125,160). Sum of RGB (Red+Green+Blue) = 7+125+160=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #077DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DA0 is #F8825F. Grayscale: #5D5D5D. Windows color (decimal): -16286304 or 10517767. OLE color: 10517767.

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

Color convert

RGB 7 125 160 -
CMYK 0.96 0.22 0 0.37
HSL 193.73º 0.92% 0.33% -
HSV(B) 193.73º 0.96% 0.63% -
XYZ 13.77 17.25 35.86 -
YUV 93.71 165.41 66.15 -
System Red Green Blue C M Y K H S L
Decimal 7 125 160 0.96 0.22 0 0.37 193.73 0.92 0.33
Hex 7 7D A0 60 16 0 25 C2 5C 21
Octal 7 175 240 140 26 0 45 302 134 41
Binary 111 1111101 10100000 1100000 10110 0 100101 11000010 1011100 100001

Color Harmonies of #077DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DA0

Black with #077DA0

Text Example


Text Example

White with #077DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,125,160); }

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

background-color css

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

 a { background-color: rgb(7,125,160); }

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

border-color css

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

 span { border-color: rgb(7,125,160); }

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