Html Css Color HEX #748A5A Highland

📋 copy color: '#748A5A'

red 116 ◦ green 138 ◦ blue 90

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

Shades of Highland #748A5A

Tints of Highland #748A5A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 33.72%
G = 40.12%
B = 26.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#748A5A (or 0x748A5A) is known color: Highland. HEX triplet: 74, 8A and 5A. RGB value is (116,138,90). Sum of RGB (Red+Green+Blue) = 116+138+90=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #748A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A5A is #8B75A5. Grayscale: #7E7E7E. Windows color (decimal): -9139622 or 5933684. OLE color: 5933684.

HSL color Cylindrical-coordinate representation of color #748A5A: hue angle of 87.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748A5A is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 138 90 -
CMYK 0.16 0 0.35 0.46
HSL 87.5º 0.21% 0.45% -
HSV(B) 87.5º 0.35% 0.54% -
XYZ 18.14 22.63 13.08 -
YUV 125.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 116 138 90 0.16 0 0.35 0.46 87.5 0.21 0.45
Hex 74 8A 5A 10 0 23 2E 57 15 2D
Octal 164 212 132 20 0 43 56 127 25 55
Binary 1110100 10001010 1011010 10000 0 100011 101110 1010111 10101 101101

Color Harmonies of #748A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A5A

Black with #748A5A

Text Example


Text Example

White with #748A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A5A; }

 p { color: rgb(116,138,90); }

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

background-color css

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

 a { background-color: rgb(116,138,90); }

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

border-color css

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

 span { border-color: rgb(116,138,90); }

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