Html Css Color HEX #748857 Highland

📋 copy color: '#748857'

red 116 ◦ green 136 ◦ blue 87

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

Shades of Highland #748857

Tints of Highland #748857

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 87 (34.38% from 255) = 25.66%

R = 34.22%
G = 40.12%
B = 25.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#748857 (or 0x748857) is known color: Highland. HEX triplet: 74, 88 and 57. RGB value is (116,136,87). Sum of RGB (Red+Green+Blue) = 116+136+87=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #748857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748857 is #8B77A8. Grayscale: #7C7C7C. Windows color (decimal): -9140137 or 5736564. OLE color: 5736564.

HSL color Cylindrical-coordinate representation of color #748857: hue angle of 84.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748857 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 87 -
CMYK 0.15 0 0.36 0.47
HSL 84.49º 0.22% 0.44% -
HSV(B) 84.49º 0.36% 0.53% -
XYZ 17.73 22.01 12.33 -
YUV 124.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 116 136 87 0.15 0 0.36 0.47 84.49 0.22 0.44
Hex 74 88 57 F 0 24 2F 54 16 2C
Octal 164 210 127 17 0 44 57 124 26 54
Binary 1110100 10001000 1010111 1111 0 100100 101111 1010100 10110 101100

Color Harmonies of #748857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748857

Black with #748857

Text Example


Text Example

White with #748857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748857; }

 p { color: rgb(116,136,87); }

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

background-color css

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

 a { background-color: rgb(116,136,87); }

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

border-color css

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

 span { border-color: rgb(116,136,87); }

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