Html Css Color HEX #758053 Finch

📋 copy color: '#758053'

red 117 ◦ green 128 ◦ blue 83

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

Shades of Finch #758053

Tints of Finch #758053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 35.67%
G = 39.02%
B = 25.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#758053 (or 0x758053) is known color: Finch. HEX triplet: 75, 80 and 53. RGB value is (117,128,83). Sum of RGB (Red+Green+Blue) = 117+128+83=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #758053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758053 is #8A7FAC. Grayscale: #777777. Windows color (decimal): -9076653 or 5472373. OLE color: 5472373.

HSL color Cylindrical-coordinate representation of color #758053: hue angle of 74.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758053 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 83 -
CMYK 0.09 0 0.35 0.50
HSL 74.67º 0.21% 0.41% -
HSV(B) 74.67º 0.35% 0.5% -
XYZ 16.62 19.84 11.14 -
YUV 119.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 117 128 83 0.09 0 0.35 0.50 74.67 0.21 0.41
Hex 75 80 53 9 0 23 32 4B 15 29
Octal 165 200 123 11 0 43 62 113 25 51
Binary 1110101 10000000 1010011 1001 0 100011 110010 1001011 10101 101001

Color Harmonies of #758053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758053

Black with #758053

Text Example


Text Example

White with #758053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758053; }

 p { color: rgb(117,128,83); }

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

background-color css

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

 a { background-color: rgb(117,128,83); }

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

border-color css

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

 span { border-color: rgb(117,128,83); }

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