Html Css Color HEX #7D857D Boulder

📋 copy color: '#7D857D'

red 125 ◦ green 133 ◦ blue 125

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

Shades of Boulder #7D857D

Tints of Boulder #7D857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 32.64%
G = 34.73%
B = 32.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#7D857D (or 0x7D857D) is known color: Boulder. HEX triplet: 7D, 85 and 7D. RGB value is (125,133,125). Sum of RGB (Red+Green+Blue) = 125+133+125=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7D857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D857D is #827A82. Grayscale: #818181. Windows color (decimal): -8551043 or 8226173. OLE color: 8226173.

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

Color convert

RGB 125 133 125 -
CMYK 0.06 0 0.06 0.48
HSL 120º 0.03% 0.51% -
HSV(B) 120º 0.06% 0.52% -
XYZ 20.55 22.62 22.68 -
YUV 129.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 125 133 125 0.06 0 0.06 0.48 120 0.03 0.51
Hex 7D 85 7D 6 0 6 30 78 3 33
Octal 175 205 175 6 0 6 60 170 3 63
Binary 1111101 10000101 1111101 110 0 110 110000 1111000 11 110011

Color Harmonies of #7D857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D857D

Black with #7D857D

Text Example


Text Example

White with #7D857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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