Html Css Color HEX #077883 Teal

📋 copy color: '#077883'

red 7 ◦ green 120 ◦ blue 131

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

Shades of Teal #077883

Tints of Teal #077883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.51%

 BLUE value IS 131 (51.56% from 255) = 50.78%

R = 2.71%
G = 46.51%
B = 50.78%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#077883 (or 0x077883) is known color: Teal. HEX triplet: 07, 78 and 83. RGB value is (7,120,131). Sum of RGB (Red+Green+Blue) = 7+120+131=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #077883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077883 is #F8877C. Grayscale: #575757. Windows color (decimal): -16287613 or 8615943. OLE color: 8615943.

HSL color Cylindrical-coordinate representation of color #077883: hue angle of 185.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077883 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 120 131 -
CMYK 0.95 0.08 0 0.49
HSL 185.32º 0.9% 0.27% -
HSV(B) 185.32º 0.95% 0.51% -
XYZ 10.9 15.12 23.82 -
YUV 87.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 7 120 131 0.95 0.08 0 0.49 185.32 0.9 0.27
Hex 7 78 83 5F 8 0 31 B9 5A 1B
Octal 7 170 203 137 10 0 61 271 132 33
Binary 111 1111000 10000011 1011111 1000 0 110001 10111001 1011010 11011

Color Harmonies of #077883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077883

Black with #077883

Text Example


Text Example

White with #077883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077883; }

 p { color: rgb(7,120,131); }

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

background-color css

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

 a { background-color: rgb(7,120,131); }

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

border-color css

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

 span { border-color: rgb(7,120,131); }

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