Html Css Color HEX #748B7E Oxley

📋 copy color: '#748B7E'

red 116 ◦ green 139 ◦ blue 126

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

Shades of Oxley #748B7E

Tints of Oxley #748B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 30.45%
G = 36.48%
B = 33.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#748B7E (or 0x748B7E) is known color: Oxley. HEX triplet: 74, 8B and 7E. RGB value is (116,139,126). Sum of RGB (Red+Green+Blue) = 116+139+126=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #748B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B7E is #8B7481. Grayscale: #828282. Windows color (decimal): -9139330 or 8293236. OLE color: 8293236.

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

Color convert

RGB 116 139 126 -
CMYK 0.17 0 0.09 0.45
HSL 146.09º 0.09% 0.5% -
HSV(B) 146.09º 0.17% 0.55% -
XYZ 20.2 23.68 23.25 -
YUV 130.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 116 139 126 0.17 0 0.09 0.45 146.09 0.09 0.5
Hex 74 8B 7E 11 0 9 2D 92 9 32
Octal 164 213 176 21 0 11 55 222 11 62
Binary 1110100 10001011 1111110 10001 0 1001 101101 10010010 1001 110010

Color Harmonies of #748B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B7E

Black with #748B7E

Text Example


Text Example

White with #748B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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