Html Css Color HEX #07779C Cerulean

📋 copy color: '#07779C'

red 7 ◦ green 119 ◦ blue 156

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

Shades of Cerulean #07779C

Tints of Cerulean #07779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 2.48%
G = 42.2%
B = 55.32%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07779C (or 0x07779C) is known color: Cerulean. HEX triplet: 07, 77 and 9C. RGB value is (7,119,156). Sum of RGB (Red+Green+Blue) = 7+119+156=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #07779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07779C is #F88863. Grayscale: #595959. Windows color (decimal): -16287844 or 10254087. OLE color: 10254087.

HSL color Cylindrical-coordinate representation of color #07779C: hue angle of 194.9º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07779C is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 119 156 -
CMYK 0.96 0.24 0 0.39
HSL 194.9º 0.91% 0.32% -
HSV(B) 194.9º 0.96% 0.61% -
XYZ 12.69 15.64 33.8 -
YUV 89.73 165.39 68.99 -
System Red Green Blue C M Y K H S L
Decimal 7 119 156 0.96 0.24 0 0.39 194.9 0.91 0.32
Hex 7 77 9C 60 18 0 27 C3 5B 20
Octal 7 167 234 140 30 0 47 303 133 40
Binary 111 1110111 10011100 1100000 11000 0 100111 11000011 1011011 100000

Color Harmonies of #07779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07779C

Black with #07779C

Text Example


Text Example

White with #07779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07779C; }

 p { color: rgb(7,119,156); }

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

background-color css

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

 a { background-color: rgb(7,119,156); }

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

border-color css

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

 span { border-color: rgb(7,119,156); }

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