Html Css Color HEX #71907B Oxley

📋 copy color: '#71907B'

red 113 ◦ green 144 ◦ blue 123

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

Shades of Oxley #71907B

Tints of Oxley #71907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 29.74%
G = 37.89%
B = 32.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#71907B (or 0x71907B) is known color: Oxley. HEX triplet: 71, 90 and 7B. RGB value is (113,144,123). Sum of RGB (Red+Green+Blue) = 113+144+123=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #71907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71907B is #8E6F84. Grayscale: #848484. Windows color (decimal): -9334661 or 8097905. OLE color: 8097905.

HSL color Cylindrical-coordinate representation of color #71907B: hue angle of 139.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71907B is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 123 -
CMYK 0.22 0 0.15 0.44
HSL 139.35º 0.12% 0.5% -
HSV(B) 139.35º 0.22% 0.56% -
XYZ 20.36 24.89 22.47 -
YUV 132.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 113 144 123 0.22 0 0.15 0.44 139.35 0.12 0.5
Hex 71 90 7B 16 0 F 2C 8B C 32
Octal 161 220 173 26 0 17 54 213 14 62
Binary 1110001 10010000 1111011 10110 0 1111 101100 10001011 1100 110010

Color Harmonies of #71907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71907B

Black with #71907B

Text Example


Text Example

White with #71907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71907B; }

 p { color: rgb(113,144,123); }

 H1.HeaderClassName
 {
   color: #71907B;
 }
 .AnyTagClassName
 {
   color: #71907B;
 }
</style>

background-color css

<style>
 a { background-color: #71907B; }

 a { background-color: rgb(113,144,123); }

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

border-color css

<style>
 span { border-color: #71907B; }

 span { border-color: rgb(113,144,123); }

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