Html Css Color HEX #77917E Oxley

📋 copy color: '#77917E'

red 119 ◦ green 145 ◦ blue 126

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

Shades of Oxley #77917E

Tints of Oxley #77917E

RGB

 RED value IS 119 (46.88% from 255) = 30.51%

 GREEN value IS 145 (57.03% from 255) = 37.18%

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

R = 30.51%
G = 37.18%
B = 32.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#77917E (or 0x77917E) is known color: Oxley. HEX triplet: 77, 91 and 7E. RGB value is (119,145,126). Sum of RGB (Red+Green+Blue) = 119+145+126=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #77917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77917E is #886E81. Grayscale: #878787. Windows color (decimal): -8941186 or 8294775. OLE color: 8294775.

HSL color Cylindrical-coordinate representation of color #77917E: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77917E is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 126 -
CMYK 0.18 0 0.13 0.43
HSL 136.15º 0.11% 0.52% -
HSV(B) 136.15º 0.18% 0.57% -
XYZ 21.5 25.68 23.56 -
YUV 135.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 119 145 126 0.18 0 0.13 0.43 136.15 0.11 0.52
Hex 77 91 7E 12 0 D 2B 88 B 34
Octal 167 221 176 22 0 15 53 210 13 64
Binary 1110111 10010001 1111110 10010 0 1101 101011 10001000 1011 110100

Color Harmonies of #77917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77917E

Black with #77917E

Text Example


Text Example

White with #77917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77917E; }

 p { color: rgb(119,145,126); }

 H1.HeaderClassName
 {
   color: #77917E;
 }
 .AnyTagClassName
 {
   color: #77917E;
 }
</style>

background-color css

<style>
 a { background-color: #77917E; }

 a { background-color: rgb(119,145,126); }

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

border-color css

<style>
 span { border-color: #77917E; }

 span { border-color: rgb(119,145,126); }

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