Html Css Color HEX #71927C Oxley

📋 copy color: '#71927C'

red 113 ◦ green 146 ◦ blue 124

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

Shades of Oxley #71927C

Tints of Oxley #71927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 29.5%
G = 38.12%
B = 32.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#71927C (or 0x71927C) is known color: Oxley. HEX triplet: 71, 92 and 7C. RGB value is (113,146,124). Sum of RGB (Red+Green+Blue) = 113+146+124=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #71927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927C is #8E6D83. Grayscale: #858585. Windows color (decimal): -9334148 or 8163953. OLE color: 8163953.

HSL color Cylindrical-coordinate representation of color #71927C: hue angle of 140º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71927C is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 124 -
CMYK 0.23 0 0.15 0.43
HSL 140º 0.13% 0.51% -
HSV(B) 140º 0.23% 0.57% -
XYZ 20.73 25.52 22.9 -
YUV 133.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 113 146 124 0.23 0 0.15 0.43 140 0.13 0.51
Hex 71 92 7C 17 0 F 2B 8C D 33
Octal 161 222 174 27 0 17 53 214 15 63
Binary 1110001 10010010 1111100 10111 0 1111 101011 10001100 1101 110011

Color Harmonies of #71927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71927C

Black with #71927C

Text Example


Text Example

White with #71927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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