#077627

Color #077627 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #077627

Tints of Camarone #077627

Color information

#077627 (or 0x077627) is unknown color: approx Camarone. HEX triplet: 07, 76 and 27. RGB value is (7,118,39). Sum of RGB (Red+Green+Blue) = 7+118+39=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #077627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077627 is #F889D8. Grayscale: #4C4C4C. Windows color (decimal): -16288217 or 2586119. OLE color: 2586119.

HSL color Cylindrical-coordinate representation of color #077627: hue angle of 137.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077627 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB711839-
CMYK0.9400.670.54
HSL137.3º88.8%24.51%-
HSV(B)137.3º94.07%46.27%-
XYZ6.9313.154.09-
YUV75.8107.2378.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 118 (46.48% from 255) = 71.95%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=4.27%
G=71.95%
B=23.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7118390.9400.670.54137.388.824.51
Hex776275E04336895919
Octal71664713601036621113131
Binary111111011010011110111100100001111011010001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077627; }

 p { color: rgb(7,118,39); }

 H1.HeaderClassName
 {
   color: #077627;
 }
 .AnyTagClassName
 {
   color: #077627;
 }
</style>
background-color css

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

 a { background-color: rgb(7,118,39); }

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

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

 span { border-color: rgb(7,118,39); }

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