Html Css Color HEX #728774 Laurel

📋 copy color: '#728774'

red 114 ◦ green 135 ◦ blue 116

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

Shades of Laurel #728774

Tints of Laurel #728774

RGB

 RED value IS 114 (44.92% from 255) = 31.23%

 GREEN value IS 135 (53.13% from 255) = 36.99%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 31.23%
G = 36.99%
B = 31.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#728774 (or 0x728774) is known color: Laurel. HEX triplet: 72, 87 and 74. RGB value is (114,135,116). Sum of RGB (Red+Green+Blue) = 114+135+116=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #728774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728774 is #8D788B. Grayscale: #7E7E7E. Windows color (decimal): -9271436 or 7636850. OLE color: 7636850.

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

Color convert

RGB 114 135 116 -
CMYK 0.16 0 0.14 0.47
HSL 125.71º 0.08% 0.49% -
HSV(B) 125.71º 0.16% 0.53% -
XYZ 18.76 22.17 19.81 -
YUV 126.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 114 135 116 0.16 0 0.14 0.47 125.71 0.08 0.49
Hex 72 87 74 10 0 E 2F 7E 8 31
Octal 162 207 164 20 0 16 57 176 10 61
Binary 1110010 10000111 1110100 10000 0 1110 101111 1111110 1000 110001

Color Harmonies of #728774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728774

Black with #728774

Text Example


Text Example

White with #728774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728774; }

 p { color: rgb(114,135,116); }

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

background-color css

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

 a { background-color: rgb(114,135,116); }

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

border-color css

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

 span { border-color: rgb(114,135,116); }

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