Html Css Color HEX #77937D Oxley

📋 copy color: '#77937D'

red 119 ◦ green 147 ◦ blue 125

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

Shades of Oxley #77937D

Tints of Oxley #77937D

RGB

 RED value IS 119 (46.88% from 255) = 30.43%

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 30.43%
G = 37.6%
B = 31.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#77937D (or 0x77937D) is known color: Oxley. HEX triplet: 77, 93 and 7D. RGB value is (119,147,125). Sum of RGB (Red+Green+Blue) = 119+147+125=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #77937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77937D is #886C82. Grayscale: #888888. Windows color (decimal): -8940675 or 8229751. OLE color: 8229751.

HSL color Cylindrical-coordinate representation of color #77937D: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77937D is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 125 -
CMYK 0.19 0 0.15 0.42
HSL 132.86º 0.11% 0.52% -
HSV(B) 132.86º 0.19% 0.58% -
XYZ 21.74 26.27 23.33 -
YUV 136.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 119 147 125 0.19 0 0.15 0.42 132.86 0.11 0.52
Hex 77 93 7D 13 0 F 2A 85 B 34
Octal 167 223 175 23 0 17 52 205 13 64
Binary 1110111 10010011 1111101 10011 0 1111 101010 10000101 1011 110100

Color Harmonies of #77937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77937D

Black with #77937D

Text Example


Text Example

White with #77937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77937D; }

 p { color: rgb(119,147,125); }

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

background-color css

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

 a { background-color: rgb(119,147,125); }

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

border-color css

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

 span { border-color: rgb(119,147,125); }

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