Html Css Color HEX #077275 Surfie Green

📋 copy color: '#077275'

red 7 ◦ green 114 ◦ blue 117

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

Shades of Surfie Green #077275

Tints of Surfie Green #077275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 2.94%
G = 47.9%
B = 49.16%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#077275 (or 0x077275) is known color: Surfie Green. HEX triplet: 07, 72 and 75. RGB value is (7,114,117). Sum of RGB (Red+Green+Blue) = 7+114+117=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #077275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077275 is #F88D8A. Grayscale: #525252. Windows color (decimal): -16289163 or 7696903. OLE color: 7696903.

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

Color convert

RGB 7 114 117 -
CMYK 0.94 0.03 0 0.54
HSL 181.64º 0.89% 0.24% -
HSV(B) 181.64º 0.94% 0.46% -
XYZ 9.32 13.36 18.92 -
YUV 82.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 7 114 117 0.94 0.03 0 0.54 181.64 0.89 0.24
Hex 7 72 75 5E 3 0 36 B6 59 18
Octal 7 162 165 136 3 0 66 266 131 30
Binary 111 1110010 1110101 1011110 11 0 110110 10110110 1011001 11000

Color Harmonies of #077275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077275

Black with #077275

Text Example


Text Example

White with #077275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077275; }

 p { color: rgb(7,114,117); }

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

background-color css

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

 a { background-color: rgb(7,114,117); }

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

border-color css

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

 span { border-color: rgb(7,114,117); }

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