Html Css Color HEX #7E887D Boulder

📋 copy color: '#7E887D'

red 126 ◦ green 136 ◦ blue 125

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

Shades of Boulder #7E887D

Tints of Boulder #7E887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 32.56%
G = 35.14%
B = 32.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#7E887D (or 0x7E887D) is known color: Boulder. HEX triplet: 7E, 88 and 7D. RGB value is (126,136,125). Sum of RGB (Red+Green+Blue) = 126+136+125=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #7E887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E887D is #817782. Grayscale: #838383. Windows color (decimal): -8484739 or 8226942. OLE color: 8226942.

HSL color Cylindrical-coordinate representation of color #7E887D: hue angle of 114.55º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E887D is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 136 125 -
CMYK 0.07 0 0.08 0.47
HSL 114.55º 0.04% 0.51% -
HSV(B) 114.55º 0.08% 0.53% -
XYZ 21.11 23.52 22.83 -
YUV 131.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 126 136 125 0.07 0 0.08 0.47 114.55 0.04 0.51
Hex 7E 88 7D 7 0 8 2F 73 4 33
Octal 176 210 175 7 0 10 57 163 4 63
Binary 1111110 10001000 1111101 111 0 1000 101111 1110011 100 110011

Color Harmonies of #7E887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E887D

Black with #7E887D

Text Example


Text Example

White with #7E887D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,136,125); }

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

background-color css

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

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

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

border-color css

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

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

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