Html Css Color HEX #7C867B Boulder

📋 copy color: '#7C867B'

red 124 ◦ green 134 ◦ blue 123

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

Shades of Boulder #7C867B

Tints of Boulder #7C867B

RGB

 RED value IS 124 (48.83% from 255) = 32.55%

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 32.55%
G = 35.17%
B = 32.28%

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

#7C867B (or 0x7C867B) is known color: Boulder. HEX triplet: 7C, 86 and 7B. RGB value is (124,134,123). Sum of RGB (Red+Green+Blue) = 124+134+123=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #7C867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C867B is #837984. Grayscale: #818181. Windows color (decimal): -8616325 or 8095356. OLE color: 8095356.

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

Color convert

RGB 124 134 123 -
CMYK 0.07 0 0.08 0.47
HSL 114.55º 0.04% 0.5% -
HSV(B) 114.55º 0.08% 0.53% -
XYZ 20.41 22.77 22.06 -
YUV 129.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 124 134 123 0.07 0 0.08 0.47 114.55 0.04 0.5
Hex 7C 86 7B 7 0 8 2F 73 4 32
Octal 174 206 173 7 0 10 57 163 4 62
Binary 1111100 10000110 1111011 111 0 1000 101111 1110011 100 110010

Color Harmonies of #7C867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C867B

Black with #7C867B

Text Example


Text Example

White with #7C867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,134,123); }

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

background-color css

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

 a { background-color: rgb(124,134,123); }

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

border-color css

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

 span { border-color: rgb(124,134,123); }

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