Html Css Color HEX #769A83 Oxley

📋 copy color: '#769A83'

red 118 ◦ green 154 ◦ blue 131

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

Shades of Oxley #769A83

Tints of Oxley #769A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 29.28%
G = 38.21%
B = 32.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#769A83 (or 0x769A83) is known color: Oxley. HEX triplet: 76, 9A and 83. RGB value is (118,154,131). Sum of RGB (Red+Green+Blue) = 118+154+131=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #769A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A83 is #89657C. Grayscale: #8C8C8C. Windows color (decimal): -9004413 or 8624758. OLE color: 8624758.

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

Color convert

RGB 118 154 131 -
CMYK 0.23 0 0.15 0.40
HSL 141.67º 0.15% 0.53% -
HSV(B) 141.67º 0.23% 0.6% -
XYZ 23.12 28.6 25.77 -
YUV 140.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 118 154 131 0.23 0 0.15 0.40 141.67 0.15 0.53
Hex 76 9A 83 17 0 F 28 8E F 35
Octal 166 232 203 27 0 17 50 216 17 65
Binary 1110110 10011010 10000011 10111 0 1111 101000 10001110 1111 110101

Color Harmonies of #769A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A83

Black with #769A83

Text Example


Text Example

White with #769A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A83; }

 p { color: rgb(118,154,131); }

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

background-color css

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

 a { background-color: rgb(118,154,131); }

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

border-color css

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

 span { border-color: rgb(118,154,131); }

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