Html Css Color HEX #77947F Oxley

📋 copy color: '#77947F'

red 119 ◦ green 148 ◦ blue 127

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

Shades of Oxley #77947F

Tints of Oxley #77947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 30.2%
G = 37.56%
B = 32.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#77947F (or 0x77947F) is known color: Oxley. HEX triplet: 77, 94 and 7F. RGB value is (119,148,127). Sum of RGB (Red+Green+Blue) = 119+148+127=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #77947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77947F is #886B80. Grayscale: #888888. Windows color (decimal): -8940417 or 8361079. OLE color: 8361079.

HSL color Cylindrical-coordinate representation of color #77947F: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77947F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 127 -
CMYK 0.20 0 0.14 0.42
HSL 136.55º 0.12% 0.52% -
HSV(B) 136.55º 0.2% 0.58% -
XYZ 22.03 26.63 24.06 -
YUV 136.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 119 148 127 0.20 0 0.14 0.42 136.55 0.12 0.52
Hex 77 94 7F 14 0 E 2A 89 C 34
Octal 167 224 177 24 0 16 52 211 14 64
Binary 1110111 10010100 1111111 10100 0 1110 101010 10001001 1100 110100

Color Harmonies of #77947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77947F

Black with #77947F

Text Example


Text Example

White with #77947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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