Html Css Color HEX #07878D Dark Cyan

📋 copy color: '#07878D'

red 7 ◦ green 135 ◦ blue 141

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

Shades of Dark Cyan #07878D

Tints of Dark Cyan #07878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 2.47%
G = 47.7%
B = 49.82%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07878D (or 0x07878D) is known color: Dark Cyan. HEX triplet: 07, 87 and 8D. RGB value is (7,135,141). Sum of RGB (Red+Green+Blue) = 7+135+141=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #07878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07878D is #F87872. Grayscale: #616161. Windows color (decimal): -16283763 or 9275143. OLE color: 9275143.

HSL color Cylindrical-coordinate representation of color #07878D: hue angle of 182.69º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07878D is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 135 141 -
CMYK 0.95 0.04 0 0.45
HSL 182.69º 0.91% 0.29% -
HSV(B) 182.69º 0.95% 0.55% -
XYZ 13.56 19.3 28.21 -
YUV 97.41 152.59 63.51 -
System Red Green Blue C M Y K H S L
Decimal 7 135 141 0.95 0.04 0 0.45 182.69 0.91 0.29
Hex 7 87 8D 5F 4 0 2D B7 5B 1D
Octal 7 207 215 137 4 0 55 267 133 35
Binary 111 10000111 10001101 1011111 100 0 101101 10110111 1011011 11101

Color Harmonies of #07878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07878D

Black with #07878D

Text Example


Text Example

White with #07878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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