Html Css Color HEX #748758 Highland

📋 copy color: '#748758'

red 116 ◦ green 135 ◦ blue 88

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

Shades of Highland #748758

Tints of Highland #748758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 34.22%
G = 39.82%
B = 25.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#748758 (or 0x748758) is known color: Highland. HEX triplet: 74, 87 and 58. RGB value is (116,135,88). Sum of RGB (Red+Green+Blue) = 116+135+88=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #748758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748758 is #8B78A7. Grayscale: #7C7C7C. Windows color (decimal): -9140392 or 5801844. OLE color: 5801844.

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

Color convert

RGB 116 135 88 -
CMYK 0.14 0 0.35 0.47
HSL 84.26º 0.21% 0.44% -
HSV(B) 84.26º 0.35% 0.53% -
XYZ 17.63 21.75 12.5 -
YUV 123.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 116 135 88 0.14 0 0.35 0.47 84.26 0.21 0.44
Hex 74 87 58 E 0 23 2F 54 15 2C
Octal 164 207 130 16 0 43 57 124 25 54
Binary 1110100 10000111 1011000 1110 0 100011 101111 1010100 10101 101100

Color Harmonies of #748758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748758

Black with #748758

Text Example


Text Example

White with #748758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748758; }

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

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

background-color css

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

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

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

border-color css

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

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

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