Html Css Color HEX #078785 Dark Cyan

📋 copy color: '#078785'

red 7 ◦ green 135 ◦ blue 133

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

Shades of Dark Cyan #078785

Tints of Dark Cyan #078785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.09%

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 2.55%
G = 49.09%
B = 48.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#078785 (or 0x078785) is known color: Dark Cyan. HEX triplet: 07, 87 and 85. RGB value is (7,135,133). Sum of RGB (Red+Green+Blue) = 7+135+133=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #078785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078785 is #F8787A. Grayscale: #606060. Windows color (decimal): -16283771 or 8750855. OLE color: 8750855.

HSL color Cylindrical-coordinate representation of color #078785: hue angle of 179.06º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078785 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 135 133 -
CMYK 0.95 0 0.01 0.47
HSL 179.06º 0.9% 0.28% -
HSV(B) 179.06º 0.95% 0.53% -
XYZ 12.99 19.07 25.19 -
YUV 96.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 7 135 133 0.95 0 0.01 0.47 179.06 0.9 0.28
Hex 7 87 85 5F 0 1 2F B3 5A 1C
Octal 7 207 205 137 0 1 57 263 132 34
Binary 111 10000111 10000101 1011111 0 1 101111 10110011 1011010 11100

Color Harmonies of #078785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078785

Black with #078785

Text Example


Text Example

White with #078785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078785; }

 p { color: rgb(7,135,133); }

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

background-color css

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

 a { background-color: rgb(7,135,133); }

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

border-color css

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

 span { border-color: rgb(7,135,133); }

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