Html Css Color HEX #768B7F Oxley

📋 copy color: '#768B7F'

red 118 ◦ green 139 ◦ blue 127

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

Shades of Oxley #768B7F

Tints of Oxley #768B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.2%

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

R = 30.73%
G = 36.2%
B = 33.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#768B7F (or 0x768B7F) is known color: Oxley. HEX triplet: 76, 8B and 7F. RGB value is (118,139,127). Sum of RGB (Red+Green+Blue) = 118+139+127=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #768B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B7F is #897480. Grayscale: #838383. Windows color (decimal): -9008257 or 8358774. OLE color: 8358774.

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

Color convert

RGB 118 139 127 -
CMYK 0.15 0 0.09 0.45
HSL 145.71º 0.08% 0.5% -
HSV(B) 145.71º 0.15% 0.55% -
XYZ 20.53 23.85 23.6 -
YUV 131.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 118 139 127 0.15 0 0.09 0.45 145.71 0.08 0.5
Hex 76 8B 7F F 0 9 2D 92 8 32
Octal 166 213 177 17 0 11 55 222 10 62
Binary 1110110 10001011 1111111 1111 0 1001 101101 10010010 1000 110010

Color Harmonies of #768B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B7F

Black with #768B7F

Text Example


Text Example

White with #768B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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