Html Css Color HEX #7B8575 Spanish Green

📋 copy color: '#7B8575'

red 123 ◦ green 133 ◦ blue 117

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

Shades of Spanish Green #7B8575

Tints of Spanish Green #7B8575

RGB

 RED value IS 123 (48.44% from 255) = 32.98%

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

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 32.98%
G = 35.66%
B = 31.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#7B8575 (or 0x7B8575) is known color: Spanish Green. HEX triplet: 7B, 85 and 75. RGB value is (123,133,117). Sum of RGB (Red+Green+Blue) = 123+133+117=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8575 is #847A8A. Grayscale: #808080. Windows color (decimal): -8682123 or 7701883. OLE color: 7701883.

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

Color convert

RGB 123 133 117 -
CMYK 0.08 0 0.12 0.48
HSL 97.5º 0.06% 0.49% -
HSV(B) 97.5º 0.12% 0.52% -
XYZ 19.77 22.27 20.09 -
YUV 128.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 123 133 117 0.08 0 0.12 0.48 97.5 0.06 0.49
Hex 7B 85 75 8 0 C 30 62 6 31
Octal 173 205 165 10 0 14 60 142 6 61
Binary 1111011 10000101 1110101 1000 0 1100 110000 1100010 110 110001

Color Harmonies of #7B8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8575

Black with #7B8575

Text Example


Text Example

White with #7B8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,133,117); }

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

background-color css

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

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

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

border-color css

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

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

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