Html Css Color HEX #748B53 Highland

📋 copy color: '#748B53'

red 116 ◦ green 139 ◦ blue 83

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

Shades of Highland #748B53

Tints of Highland #748B53

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

 BLUE value IS 83 (32.81% from 255) = 24.56%

R = 34.32%
G = 41.12%
B = 24.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#748B53 (or 0x748B53) is known color: Highland. HEX triplet: 74, 8B and 53. RGB value is (116,139,83). Sum of RGB (Red+Green+Blue) = 116+139+83=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #748B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B53 is #8B74AC. Grayscale: #7D7D7D. Windows color (decimal): -9139373 or 5475188. OLE color: 5475188.

HSL color Cylindrical-coordinate representation of color #748B53: hue angle of 84.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748B53 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 83 -
CMYK 0.17 0 0.40 0.45
HSL 84.64º 0.25% 0.44% -
HSV(B) 84.64º 0.4% 0.55% -
XYZ 18 22.8 11.64 -
YUV 125.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 116 139 83 0.17 0 0.40 0.45 84.64 0.25 0.44
Hex 74 8B 53 11 0 28 2D 55 19 2C
Octal 164 213 123 21 0 50 55 125 31 54
Binary 1110100 10001011 1010011 10001 0 101000 101101 1010101 11001 101100

Color Harmonies of #748B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B53

Black with #748B53

Text Example


Text Example

White with #748B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,83); }

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

background-color css

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

 a { background-color: rgb(116,139,83); }

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

border-color css

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

 span { border-color: rgb(116,139,83); }

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