Html Css Color HEX #718A7C Oxley

📋 copy color: '#718A7C'

red 113 ◦ green 138 ◦ blue 124

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

Shades of Oxley #718A7C

Tints of Oxley #718A7C

RGB

 RED value IS 113 (44.53% from 255) = 30.13%

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 30.13%
G = 36.8%
B = 33.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#718A7C (or 0x718A7C) is known color: Oxley. HEX triplet: 71, 8A and 7C. RGB value is (113,138,124). Sum of RGB (Red+Green+Blue) = 113+138+124=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #718A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A7C is #8E7583. Grayscale: #808080. Windows color (decimal): -9336196 or 8161905. OLE color: 8161905.

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

Color convert

RGB 113 138 124 -
CMYK 0.18 0 0.10 0.46
HSL 146.4º 0.1% 0.49% -
HSV(B) 146.4º 0.18% 0.54% -
XYZ 19.54 23.14 22.51 -
YUV 128.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 113 138 124 0.18 0 0.10 0.46 146.4 0.1 0.49
Hex 71 8A 7C 12 0 A 2E 92 A 31
Octal 161 212 174 22 0 12 56 222 12 61
Binary 1110001 10001010 1111100 10010 0 1010 101110 10010010 1010 110001

Color Harmonies of #718A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A7C

Black with #718A7C

Text Example


Text Example

White with #718A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A7C; }

 p { color: rgb(113,138,124); }

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

background-color css

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

 a { background-color: rgb(113,138,124); }

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

border-color css

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

 span { border-color: rgb(113,138,124); }

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