Html Css Color HEX #769780 Oxley

📋 copy color: '#769780'

red 118 ◦ green 151 ◦ blue 128

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

Shades of Oxley #769780

Tints of Oxley #769780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 29.72%
G = 38.04%
B = 32.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#769780 (or 0x769780) is known color: Oxley. HEX triplet: 76, 97 and 80. RGB value is (118,151,128). Sum of RGB (Red+Green+Blue) = 118+151+128=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #769780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769780 is #89687F. Grayscale: #8A8A8A. Windows color (decimal): -9005184 or 8427382. OLE color: 8427382.

HSL color Cylindrical-coordinate representation of color #769780: hue angle of 138.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769780 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 128 -
CMYK 0.22 0 0.15 0.41
HSL 138.18º 0.14% 0.53% -
HSV(B) 138.18º 0.22% 0.59% -
XYZ 22.43 27.54 24.56 -
YUV 138.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 118 151 128 0.22 0 0.15 0.41 138.18 0.14 0.53
Hex 76 97 80 16 0 F 29 8A E 35
Octal 166 227 200 26 0 17 51 212 16 65
Binary 1110110 10010111 10000000 10110 0 1111 101001 10001010 1110 110101

Color Harmonies of #769780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769780

Black with #769780

Text Example


Text Example

White with #769780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769780; }

 p { color: rgb(118,151,128); }

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

background-color css

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

 a { background-color: rgb(118,151,128); }

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

border-color css

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

 span { border-color: rgb(118,151,128); }

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