Html Css Color HEX #708A7E Patina

📋 copy color: '#708A7E'

red 112 ◦ green 138 ◦ blue 126

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

Shades of Patina #708A7E

Tints of Patina #708A7E

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 29.79%
G = 36.7%
B = 33.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#708A7E (or 0x708A7E) is known color: Patina. HEX triplet: 70, 8A and 7E. RGB value is (112,138,126). Sum of RGB (Red+Green+Blue) = 112+138+126=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #708A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A7E is #8F7581. Grayscale: #808080. Windows color (decimal): -9401730 or 8292976. OLE color: 8292976.

HSL color Cylindrical-coordinate representation of color #708A7E: hue angle of 152.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A7E is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 138 126 -
CMYK 0.19 0 0.09 0.46
HSL 152.31º 0.1% 0.49% -
HSV(B) 152.31º 0.19% 0.54% -
XYZ 19.54 23.13 23.17 -
YUV 128.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 112 138 126 0.19 0 0.09 0.46 152.31 0.1 0.49
Hex 70 8A 7E 13 0 9 2E 98 A 31
Octal 160 212 176 23 0 11 56 230 12 61
Binary 1110000 10001010 1111110 10011 0 1001 101110 10011000 1010 110001

Color Harmonies of #708A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A7E

Black with #708A7E

Text Example


Text Example

White with #708A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708A7E; }

 p { color: rgb(112,138,126); }

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

background-color css

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

 a { background-color: rgb(112,138,126); }

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

border-color css

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

 span { border-color: rgb(112,138,126); }

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