Html Css Color HEX #768D7F Oxley

📋 copy color: '#768D7F'

red 118 ◦ green 141 ◦ blue 127

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

Shades of Oxley #768D7F

Tints of Oxley #768D7F

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

 GREEN value IS 141 (55.47% from 255) = 36.53%

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

R = 30.57%
G = 36.53%
B = 32.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#768D7F (or 0x768D7F) is known color: Oxley. HEX triplet: 76, 8D and 7F. RGB value is (118,141,127). Sum of RGB (Red+Green+Blue) = 118+141+127=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #768D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D7F is #897280. Grayscale: #848484. Windows color (decimal): -9007745 or 8359286. OLE color: 8359286.

HSL color Cylindrical-coordinate representation of color #768D7F: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768D7F is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 127 -
CMYK 0.16 0 0.10 0.45
HSL 143.48º 0.09% 0.51% -
HSV(B) 143.48º 0.16% 0.55% -
XYZ 20.83 24.43 23.7 -
YUV 132.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 118 141 127 0.16 0 0.10 0.45 143.48 0.09 0.51
Hex 76 8D 7F 10 0 A 2D 8F 9 33
Octal 166 215 177 20 0 12 55 217 11 63
Binary 1110110 10001101 1111111 10000 0 1010 101101 10001111 1001 110011

Color Harmonies of #768D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D7F

Black with #768D7F

Text Example


Text Example

White with #768D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D7F; }

 p { color: rgb(118,141,127); }

 H1.HeaderClassName
 {
   color: #768D7F;
 }
 .AnyTagClassName
 {
   color: #768D7F;
 }
</style>

background-color css

<style>
 a { background-color: #768D7F; }

 a { background-color: rgb(118,141,127); }

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

border-color css

<style>
 span { border-color: #768D7F; }

 span { border-color: rgb(118,141,127); }

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