Html Css Color HEX #758150 Finch

📋 copy color: '#758150'

red 117 ◦ green 129 ◦ blue 80

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

Shades of Finch #758150

Tints of Finch #758150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 35.89%
G = 39.57%
B = 24.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#758150 (or 0x758150) is known color: Finch. HEX triplet: 75, 81 and 50. RGB value is (117,129,80). Sum of RGB (Red+Green+Blue) = 117+129+80=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #758150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758150 is #8A7EAF. Grayscale: #787878. Windows color (decimal): -9076400 or 5276021. OLE color: 5276021.

HSL color Cylindrical-coordinate representation of color #758150: hue angle of 74.69º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758150 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 80 -
CMYK 0.09 0 0.38 0.49
HSL 74.69º 0.23% 0.41% -
HSV(B) 74.69º 0.38% 0.51% -
XYZ 16.63 20.06 10.58 -
YUV 119.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 117 129 80 0.09 0 0.38 0.49 74.69 0.23 0.41
Hex 75 81 50 9 0 26 31 4B 17 29
Octal 165 201 120 11 0 46 61 113 27 51
Binary 1110101 10000001 1010000 1001 0 100110 110001 1001011 10111 101001

Color Harmonies of #758150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758150

Black with #758150

Text Example


Text Example

White with #758150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758150; }

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

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

background-color css

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

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

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

border-color css

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

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

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