Html Css Color HEX #747874 Boulder

📋 copy color: '#747874'

red 116 ◦ green 120 ◦ blue 116

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

Shades of Boulder #747874

Tints of Boulder #747874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 32.95%
G = 34.09%
B = 32.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#747874 (or 0x747874) is known color: Boulder. HEX triplet: 74, 78 and 74. RGB value is (116,120,116). Sum of RGB (Red+Green+Blue) = 116+120+116=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 120 - color contains mainly: green. Hex color #747874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747874 is #8B878B. Grayscale: #767676. Windows color (decimal): -9144204 or 7633012. OLE color: 7633012.

HSL color Cylindrical-coordinate representation of color #747874: hue angle of 120º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747874 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 116 -
CMYK 0.03 0 0.03 0.53
HSL 120º 0.02% 0.46% -
HSV(B) 120º 0.03% 0.47% -
XYZ 17.07 18.41 19.18 -
YUV 118.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 116 120 116 0.03 0 0.03 0.53 120 0.02 0.46
Hex 74 78 74 3 0 3 35 78 2 2E
Octal 164 170 164 3 0 3 65 170 2 56
Binary 1110100 1111000 1110100 11 0 11 110101 1111000 10 101110

Color Harmonies of #747874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747874

Black with #747874

Text Example


Text Example

White with #747874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747874; }

 p { color: rgb(116,120,116); }

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

background-color css

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

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

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

border-color css

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

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

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