Html Css Color HEX #768E7F Oxley

📋 copy color: '#768E7F'

red 118 ◦ green 142 ◦ blue 127

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

Shades of Oxley #768E7F

Tints of Oxley #768E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 30.49%
G = 36.69%
B = 32.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#768E7F (or 0x768E7F) is known color: Oxley. HEX triplet: 76, 8E and 7F. RGB value is (118,142,127). Sum of RGB (Red+Green+Blue) = 118+142+127=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #768E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E7F is #897180. Grayscale: #858585. Windows color (decimal): -9007489 or 8359542. OLE color: 8359542.

HSL color Cylindrical-coordinate representation of color #768E7F: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E7F is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 127 -
CMYK 0.17 0 0.11 0.44
HSL 142.5º 0.1% 0.51% -
HSV(B) 142.5º 0.17% 0.56% -
XYZ 20.97 24.73 23.75 -
YUV 133.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 118 142 127 0.17 0 0.11 0.44 142.5 0.1 0.51
Hex 76 8E 7F 11 0 B 2C 8E A 33
Octal 166 216 177 21 0 13 54 216 12 63
Binary 1110110 10001110 1111111 10001 0 1011 101100 10001110 1010 110011

Color Harmonies of #768E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E7F

Black with #768E7F

Text Example


Text Example

White with #768E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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