Html Css Color HEX #77927F Oxley

📋 copy color: '#77927F'

red 119 ◦ green 146 ◦ blue 127

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

Shades of Oxley #77927F

Tints of Oxley #77927F

RGB

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

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

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

R = 30.36%
G = 37.24%
B = 32.4%

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

#77927F (or 0x77927F) is known color: Oxley. HEX triplet: 77, 92 and 7F. RGB value is (119,146,127). Sum of RGB (Red+Green+Blue) = 119+146+127=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #77927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77927F is #886D80. Grayscale: #878787. Windows color (decimal): -8940929 or 8360567. OLE color: 8360567.

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

Color convert

RGB 119 146 127 -
CMYK 0.18 0 0.13 0.43
HSL 137.78º 0.11% 0.52% -
HSV(B) 137.78º 0.18% 0.57% -
XYZ 21.72 26.01 23.95 -
YUV 135.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 119 146 127 0.18 0 0.13 0.43 137.78 0.11 0.52
Hex 77 92 7F 12 0 D 2B 8A B 34
Octal 167 222 177 22 0 15 53 212 13 64
Binary 1110111 10010010 1111111 10010 0 1101 101011 10001010 1011 110100

Color Harmonies of #77927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77927F

Black with #77927F

Text Example


Text Example

White with #77927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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