#077726

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

Shades of Camarone #077726

Tints of Camarone #077726

Color information

#077726 (or 0x077726) is unknown color: approx Camarone. HEX triplet: 07, 77 and 26. RGB value is (7,119,38). Sum of RGB (Red+Green+Blue) = 7+119+38=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 119 (46.88% from 255 or 72.56% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 119 - color contains mainly: green. Hex color #077726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077726 is #F888D9. Grayscale: #4C4C4C. Windows color (decimal): -16287962 or 2520839. OLE color: 2520839.

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

Color convert

RGB711938-
CMYK0.9400.680.53
HSL136.61º88.89%24.71%-
HSV(B)136.61º94.12%46.67%-
XYZ7.0313.384.05-
YUV76.28106.3978.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 119 (46.88% from 255) = 72.56%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=4.27%
G=72.56%
B=23.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119380.9400.680.53136.6188.8924.71
Hex777265E04435895919
Octal71674613601046521113131
Binary111111011110011010111100100010011010110001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077726; }

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

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

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

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

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

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

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

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