Html Css Color HEX #7D877D Boulder

📋 copy color: '#7D877D'

red 125 ◦ green 135 ◦ blue 125

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

Shades of Boulder #7D877D

Tints of Boulder #7D877D

RGB

 RED value IS 125 (49.22% from 255) = 32.47%

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 32.47%
G = 35.06%
B = 32.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#7D877D (or 0x7D877D) is known color: Boulder. HEX triplet: 7D, 87 and 7D. RGB value is (125,135,125). Sum of RGB (Red+Green+Blue) = 125+135+125=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #7D877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D877D is #827882. Grayscale: #828282. Windows color (decimal): -8550531 or 8226685. OLE color: 8226685.

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

Color convert

RGB 125 135 125 -
CMYK 0.07 0 0.07 0.47
HSL 120º 0.04% 0.51% -
HSV(B) 120º 0.07% 0.53% -
XYZ 20.82 23.17 22.78 -
YUV 130.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 125 135 125 0.07 0 0.07 0.47 120 0.04 0.51
Hex 7D 87 7D 7 0 7 2F 78 4 33
Octal 175 207 175 7 0 7 57 170 4 63
Binary 1111101 10000111 1111101 111 0 111 101111 1111000 100 110011

Color Harmonies of #7D877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D877D

Black with #7D877D

Text Example


Text Example

White with #7D877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,135,125); }

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

background-color css

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

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

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

border-color css

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

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

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