Html Css Color HEX #07657F Blue Lagoon

📋 copy color: '#07657F'

red 7 ◦ green 101 ◦ blue 127

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

Shades of Blue Lagoon #07657F

Tints of Blue Lagoon #07657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.98%

 BLUE value IS 127 (50% from 255) = 54.04%

R = 2.98%
G = 42.98%
B = 54.04%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#07657F (or 0x07657F) is known color: Blue Lagoon. HEX triplet: 07, 65 and 7F. RGB value is (7,101,127). Sum of RGB (Red+Green+Blue) = 7+101+127=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #07657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07657F is #F89A80. Grayscale: #4B4B4B. Windows color (decimal): -16292481 or 8348935. OLE color: 8348935.

HSL color Cylindrical-coordinate representation of color #07657F: hue angle of 193º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07657F is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 101 127 -
CMYK 0.94 0.20 0 0.50
HSL 193º 0.9% 0.26% -
HSV(B) 193º 0.94% 0.5% -
XYZ 8.57 10.88 21.73 -
YUV 75.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 7 101 127 0.94 0.20 0 0.50 193 0.9 0.26
Hex 7 65 7F 5E 14 0 32 C1 5A 1A
Octal 7 145 177 136 24 0 62 301 132 32
Binary 111 1100101 1111111 1011110 10100 0 110010 11000001 1011010 11010

Color Harmonies of #07657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07657F

Black with #07657F

Text Example


Text Example

White with #07657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,101,127); }

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

background-color css

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

 a { background-color: rgb(7,101,127); }

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

border-color css

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

 span { border-color: rgb(7,101,127); }

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