Html Css Color HEX #07778F Eastern Blue

📋 copy color: '#07778F'

red 7 ◦ green 119 ◦ blue 143

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

Shades of Eastern Blue #07778F

Tints of Eastern Blue #07778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 2.6%
G = 44.24%
B = 53.16%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07778F (or 0x07778F) is known color: Eastern Blue. HEX triplet: 07, 77 and 8F. RGB value is (7,119,143). Sum of RGB (Red+Green+Blue) = 7+119+143=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #07778F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07778F is #F88870. Grayscale: #585858. Windows color (decimal): -16287857 or 9402119. OLE color: 9402119.

HSL color Cylindrical-coordinate representation of color #07778F: hue angle of 190.59º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07778F is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 119 143 -
CMYK 0.95 0.17 0 0.44
HSL 190.59º 0.91% 0.29% -
HSV(B) 190.59º 0.95% 0.56% -
XYZ 11.64 15.22 28.31 -
YUV 88.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 7 119 143 0.95 0.17 0 0.44 190.59 0.91 0.29
Hex 7 77 8F 5F 11 0 2C BF 5B 1D
Octal 7 167 217 137 21 0 54 277 133 35
Binary 111 1110111 10001111 1011111 10001 0 101100 10111111 1011011 11101

Color Harmonies of #07778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07778F

Black with #07778F

Text Example


Text Example

White with #07778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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