Html Css Color HEX #758750 Finch

📋 copy color: '#758750'

red 117 ◦ green 135 ◦ blue 80

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

Shades of Finch #758750

Tints of Finch #758750

RGB

 RED value IS 117 (46.09% from 255) = 35.24%

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 35.24%
G = 40.66%
B = 24.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#758750 (or 0x758750) is known color: Finch. HEX triplet: 75, 87 and 50. RGB value is (117,135,80). Sum of RGB (Red+Green+Blue) = 117+135+80=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #758750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758750 is #8A78AF. Grayscale: #7B7B7B. Windows color (decimal): -9074864 or 5277557. OLE color: 5277557.

HSL color Cylindrical-coordinate representation of color #758750: hue angle of 79.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758750 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 80 -
CMYK 0.13 0 0.41 0.47
HSL 79.64º 0.26% 0.42% -
HSV(B) 79.64º 0.41% 0.53% -
XYZ 17.45 21.69 10.86 -
YUV 123.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 117 135 80 0.13 0 0.41 0.47 79.64 0.26 0.42
Hex 75 87 50 D 0 29 2F 50 1A 2A
Octal 165 207 120 15 0 51 57 120 32 52
Binary 1110101 10000111 1010000 1101 0 101001 101111 1010000 11010 101010

Color Harmonies of #758750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758750

Black with #758750

Text Example


Text Example

White with #758750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758750; }

 p { color: rgb(117,135,80); }

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

background-color css

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

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

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

border-color css

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

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

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