Html Css Color HEX #077997 Cerulean

📋 copy color: '#077997'

red 7 ◦ green 121 ◦ blue 151

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

Shades of Cerulean #077997

Tints of Cerulean #077997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.37%

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 2.51%
G = 43.37%
B = 54.12%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#077997 (or 0x077997) is known color: Cerulean. HEX triplet: 07, 79 and 97. RGB value is (7,121,151). Sum of RGB (Red+Green+Blue) = 7+121+151=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #077997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077997 is #F88668. Grayscale: #5A5A5A. Windows color (decimal): -16287337 or 9926919. OLE color: 9926919.

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

Color convert

RGB 7 121 151 -
CMYK 0.95 0.20 0 0.41
HSL 192.5º 0.91% 0.31% -
HSV(B) 192.5º 0.95% 0.59% -
XYZ 12.51 15.95 31.7 -
YUV 90.33 162.23 68.56 -
System Red Green Blue C M Y K H S L
Decimal 7 121 151 0.95 0.20 0 0.41 192.5 0.91 0.31
Hex 7 79 97 5F 14 0 29 C0 5B 1F
Octal 7 171 227 137 24 0 51 300 133 37
Binary 111 1111001 10010111 1011111 10100 0 101001 11000000 1011011 11111

Color Harmonies of #077997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077997

Black with #077997

Text Example


Text Example

White with #077997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077997; }

 p { color: rgb(7,121,151); }

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

background-color css

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

 a { background-color: rgb(7,121,151); }

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

border-color css

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

 span { border-color: rgb(7,121,151); }

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