Html Css Color HEX #768F81 Oxley

📋 copy color: '#768F81'

red 118 ◦ green 143 ◦ blue 129

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

Shades of Oxley #768F81

Tints of Oxley #768F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 30.26%
G = 36.67%
B = 33.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#768F81 (or 0x768F81) is known color: Oxley. HEX triplet: 76, 8F and 81. RGB value is (118,143,129). Sum of RGB (Red+Green+Blue) = 118+143+129=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #768F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F81 is #89707E. Grayscale: #858585. Windows color (decimal): -9007231 or 8490870. OLE color: 8490870.

HSL color Cylindrical-coordinate representation of color #768F81: hue angle of 146.4º 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 #768F81 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 143 129 -
CMYK 0.17 0 0.10 0.44
HSL 146.4º 0.1% 0.51% -
HSV(B) 146.4º 0.17% 0.56% -
XYZ 21.26 25.08 24.49 -
YUV 133.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 118 143 129 0.17 0 0.10 0.44 146.4 0.1 0.51
Hex 76 8F 81 11 0 A 2C 92 A 33
Octal 166 217 201 21 0 12 54 222 12 63
Binary 1110110 10001111 10000001 10001 0 1010 101100 10010010 1010 110011

Color Harmonies of #768F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F81

Black with #768F81

Text Example


Text Example

White with #768F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,129); }

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

background-color css

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

 a { background-color: rgb(118,143,129); }

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

border-color css

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

 span { border-color: rgb(118,143,129); }

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