Html Css Color HEX #77917F Oxley

📋 copy color: '#77917F'

red 119 ◦ green 145 ◦ blue 127

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

Shades of Oxley #77917F

Tints of Oxley #77917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 30.43%
G = 37.08%
B = 32.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#77917F (or 0x77917F) is known color: Oxley. HEX triplet: 77, 91 and 7F. RGB value is (119,145,127). Sum of RGB (Red+Green+Blue) = 119+145+127=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #77917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77917F is #886E80. Grayscale: #878787. Windows color (decimal): -8941185 or 8360311. OLE color: 8360311.

HSL color Cylindrical-coordinate representation of color #77917F: hue angle of 138.46º 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 #77917F is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 127 -
CMYK 0.18 0 0.12 0.43
HSL 138.46º 0.11% 0.52% -
HSV(B) 138.46º 0.18% 0.57% -
XYZ 21.56 25.71 23.9 -
YUV 135.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 119 145 127 0.18 0 0.12 0.43 138.46 0.11 0.52
Hex 77 91 7F 12 0 C 2B 8A B 34
Octal 167 221 177 22 0 14 53 212 13 64
Binary 1110111 10010001 1111111 10010 0 1100 101011 10001010 1011 110100

Color Harmonies of #77917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77917F

Black with #77917F

Text Example


Text Example

White with #77917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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