Html Css Color HEX #769880 Oxley

📋 copy color: '#769880'

red 118 ◦ green 152 ◦ blue 128

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

Shades of Oxley #769880

Tints of Oxley #769880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 29.65%
G = 38.19%
B = 32.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#769880 (or 0x769880) is known color: Oxley. HEX triplet: 76, 98 and 80. RGB value is (118,152,128). Sum of RGB (Red+Green+Blue) = 118+152+128=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #769880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769880 is #89677F. Grayscale: #8B8B8B. Windows color (decimal): -9004928 or 8427638. OLE color: 8427638.

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

Color convert

RGB 118 152 128 -
CMYK 0.22 0 0.16 0.40
HSL 137.65º 0.14% 0.53% -
HSV(B) 137.65º 0.22% 0.6% -
XYZ 22.6 27.87 24.61 -
YUV 139.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 118 152 128 0.22 0 0.16 0.40 137.65 0.14 0.53
Hex 76 98 80 16 0 10 28 8A E 35
Octal 166 230 200 26 0 20 50 212 16 65
Binary 1110110 10011000 10000000 10110 0 10000 101000 10001010 1110 110101

Color Harmonies of #769880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769880

Black with #769880

Text Example


Text Example

White with #769880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769880; }

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

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

background-color css

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

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

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

border-color css

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

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

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