Html Css Color HEX #077A27 Camarone

📋 copy color: '#077A27'

red 7 ◦ green 122 ◦ blue 39

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

Shades of Camarone #077A27

Tints of Camarone #077A27

RGB

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

 GREEN value IS 122 (48.05% from 255) = 72.62%

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 4.17%
G = 72.62%
B = 23.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#077A27 (or 0x077A27) is known color: Camarone. HEX triplet: 07, 7A and 27. RGB value is (7,122,39). Sum of RGB (Red+Green+Blue) = 7+122+39=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 122 (48.05% from 255 or 72.62% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 122 - color contains mainly: green. Hex color #077A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A27 is #F885D8. Grayscale: #4E4E4E. Windows color (decimal): -16287193 or 2587143. OLE color: 2587143.

HSL color Cylindrical-coordinate representation of color #077A27: hue angle of 136.7º 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 #077A27 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB 7 122 39 -
CMYK 0.94 0 0.68 0.52
HSL 136.7º 0.89% 0.25% -
HSV(B) 136.7º 0.94% 0.48% -
XYZ 7.41 14.11 4.25 -
YUV 78.15 105.9 77.25 -
System Red Green Blue C M Y K H S L
Decimal 7 122 39 0.94 0 0.68 0.52 136.7 0.89 0.25
Hex 7 7A 27 5E 0 44 34 89 59 19
Octal 7 172 47 136 0 104 64 211 131 31
Binary 111 1111010 100111 1011110 0 1000100 110100 10001001 1011001 11001

Color Harmonies of #077A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A27

Black with #077A27

Text Example


Text Example

White with #077A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077A27; }

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

 H1.HeaderClassName
 {
   color: #077A27;
 }
 .AnyTagClassName
 {
   color: #077A27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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