Html Css Color HEX #7E847E Boulder

📋 copy color: '#7E847E'

red 126 ◦ green 132 ◦ blue 126

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

Shades of Boulder #7E847E

Tints of Boulder #7E847E

RGB

 RED value IS 126 (49.61% from 255) = 32.81%

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 32.81%
G = 34.38%
B = 32.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#7E847E (or 0x7E847E) is known color: Boulder. HEX triplet: 7E, 84 and 7E. RGB value is (126,132,126). Sum of RGB (Red+Green+Blue) = 126+132+126=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 132 - color contains mainly: green. Hex color #7E847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E847E is #817B81. Grayscale: #818181. Windows color (decimal): -8485762 or 8291454. OLE color: 8291454.

HSL color Cylindrical-coordinate representation of color #7E847E: hue angle of 120º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E847E is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 132 126 -
CMYK 0.05 0 0.05 0.48
HSL 120º 0.02% 0.51% -
HSV(B) 120º 0.05% 0.52% -
XYZ 20.62 22.44 22.98 -
YUV 129.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 126 132 126 0.05 0 0.05 0.48 120 0.02 0.51
Hex 7E 84 7E 5 0 5 30 78 2 33
Octal 176 204 176 5 0 5 60 170 2 63
Binary 1111110 10000100 1111110 101 0 101 110000 1111000 10 110011

Color Harmonies of #7E847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E847E

Black with #7E847E

Text Example


Text Example

White with #7E847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E847E; }

 p { color: rgb(126,132,126); }

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

background-color css

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

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

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

border-color css

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

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

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