Html Css Color HEX #769B82 Oxley

📋 copy color: '#769B82'

red 118 ◦ green 155 ◦ blue 130

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

Shades of Oxley #769B82

Tints of Oxley #769B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 29.28%
G = 38.46%
B = 32.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#769B82 (or 0x769B82) is known color: Oxley. HEX triplet: 76, 9B and 82. RGB value is (118,155,130). Sum of RGB (Red+Green+Blue) = 118+155+130=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #769B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B82 is #89647D. Grayscale: #8D8D8D. Windows color (decimal): -9004158 or 8559478. OLE color: 8559478.

HSL color Cylindrical-coordinate representation of color #769B82: hue angle of 139.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B82 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 130 -
CMYK 0.24 0 0.16 0.39
HSL 139.46º 0.16% 0.54% -
HSV(B) 139.46º 0.24% 0.61% -
XYZ 23.22 28.91 25.47 -
YUV 141.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 118 155 130 0.24 0 0.16 0.39 139.46 0.16 0.54
Hex 76 9B 82 18 0 10 27 8B 10 36
Octal 166 233 202 30 0 20 47 213 20 66
Binary 1110110 10011011 10000010 11000 0 10000 100111 10001011 10000 110110

Color Harmonies of #769B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B82

Black with #769B82

Text Example


Text Example

White with #769B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,130); }

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

background-color css

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

 a { background-color: rgb(118,155,130); }

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

border-color css

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

 span { border-color: rgb(118,155,130); }

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