Html Css Color HEX #07647A Blue Lagoon

📋 copy color: '#07647A'

red 7 ◦ green 100 ◦ blue 122

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

Shades of Blue Lagoon #07647A

Tints of Blue Lagoon #07647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 3.06%
G = 43.67%
B = 53.28%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#07647A (or 0x07647A) is known color: Blue Lagoon. HEX triplet: 07, 64 and 7A. RGB value is (7,100,122). Sum of RGB (Red+Green+Blue) = 7+100+122=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #07647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07647A is #F89B85. Grayscale: #4A4A4A. Windows color (decimal): -16292742 or 8020999. OLE color: 8020999.

HSL color Cylindrical-coordinate representation of color #07647A: hue angle of 191.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07647A is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 100 122 -
CMYK 0.94 0.18 0 0.52
HSL 191.48º 0.89% 0.25% -
HSV(B) 191.48º 0.94% 0.48% -
XYZ 8.16 10.56 20.02 -
YUV 74.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 7 100 122 0.94 0.18 0 0.52 191.48 0.89 0.25
Hex 7 64 7A 5E 12 0 34 BF 59 19
Octal 7 144 172 136 22 0 64 277 131 31
Binary 111 1100100 1111010 1011110 10010 0 110100 10111111 1011001 11001

Color Harmonies of #07647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07647A

Black with #07647A

Text Example


Text Example

White with #07647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07647A; }

 p { color: rgb(7,100,122); }

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

background-color css

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

 a { background-color: rgb(7,100,122); }

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

border-color css

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

 span { border-color: rgb(7,100,122); }

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