Html Css Color HEX #769C7C Oxley

📋 copy color: '#769C7C'

red 118 ◦ green 156 ◦ blue 124

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

Shades of Oxley #769C7C

Tints of Oxley #769C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 29.65%
G = 39.2%
B = 31.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#769C7C (or 0x769C7C) is known color: Oxley. HEX triplet: 76, 9C and 7C. RGB value is (118,156,124). Sum of RGB (Red+Green+Blue) = 118+156+124=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7C is #896383. Grayscale: #8D8D8D. Windows color (decimal): -9003908 or 8166518. OLE color: 8166518.

HSL color Cylindrical-coordinate representation of color #769C7C: hue angle of 129.47º 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 #769C7C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 124 -
CMYK 0.24 0 0.21 0.39
HSL 129.47º 0.16% 0.54% -
HSV(B) 129.47º 0.24% 0.61% -
XYZ 23 29.08 23.47 -
YUV 140.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 118 156 124 0.24 0 0.21 0.39 129.47 0.16 0.54
Hex 76 9C 7C 18 0 15 27 81 10 36
Octal 166 234 174 30 0 25 47 201 20 66
Binary 1110110 10011100 1111100 11000 0 10101 100111 10000001 10000 110110

Color Harmonies of #769C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C7C

Black with #769C7C

Text Example


Text Example

White with #769C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,124); }

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

background-color css

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

 a { background-color: rgb(118,156,124); }

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

border-color css

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

 span { border-color: rgb(118,156,124); }

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