Html Css Color HEX #708C7E Patina

📋 copy color: '#708C7E'

red 112 ◦ green 140 ◦ blue 126

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

Shades of Patina #708C7E

Tints of Patina #708C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 29.63%
G = 37.04%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#708C7E (or 0x708C7E) is known color: Patina. HEX triplet: 70, 8C and 7E. RGB value is (112,140,126). Sum of RGB (Red+Green+Blue) = 112+140+126=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #708C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C7E is #8F7381. Grayscale: #828282. Windows color (decimal): -9401218 or 8293488. OLE color: 8293488.

HSL color Cylindrical-coordinate representation of color #708C7E: hue angle of 150º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C7E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 140 126 -
CMYK 0.20 0 0.10 0.45
HSL 150º 0.11% 0.49% -
HSV(B) 150º 0.2% 0.55% -
XYZ 19.83 23.71 23.27 -
YUV 130.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 112 140 126 0.20 0 0.10 0.45 150 0.11 0.49
Hex 70 8C 7E 14 0 A 2D 96 B 31
Octal 160 214 176 24 0 12 55 226 13 61
Binary 1110000 10001100 1111110 10100 0 1010 101101 10010110 1011 110001

Color Harmonies of #708C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C7E

Black with #708C7E

Text Example


Text Example

White with #708C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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