Html Css Color HEX #077F7B Surfie Green

📋 copy color: '#077F7B'

red 7 ◦ green 127 ◦ blue 123

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

Shades of Surfie Green #077F7B

Tints of Surfie Green #077F7B

RGB

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

 GREEN value IS 127 (50% from 255) = 49.42%

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 2.72%
G = 49.42%
B = 47.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#077F7B (or 0x077F7B) is known color: Surfie Green. HEX triplet: 07, 7F and 7B. RGB value is (7,127,123). Sum of RGB (Red+Green+Blue) = 7+127+123=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #077F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077F7B is #F88084. Grayscale: #5A5A5A. Windows color (decimal): -16285829 or 8093447. OLE color: 8093447.

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

Color convert

RGB 7 127 123 -
CMYK 0.94 0 0.03 0.50
HSL 178º 0.9% 0.26% -
HSV(B) 178º 0.94% 0.5% -
XYZ 11.25 16.65 21.36 -
YUV 90.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 7 127 123 0.94 0 0.03 0.50 178 0.9 0.26
Hex 7 7F 7B 5E 0 3 32 B2 5A 1A
Octal 7 177 173 136 0 3 62 262 132 32
Binary 111 1111111 1111011 1011110 0 11 110010 10110010 1011010 11010

Color Harmonies of #077F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077F7B

Black with #077F7B

Text Example


Text Example

White with #077F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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