Html Css Color HEX #747730 Crete

📋 copy color: '#747730'

red 116 ◦ green 119 ◦ blue 48

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

Shades of Crete #747730

Tints of Crete #747730

RGB

 RED value IS 116 (45.7% from 255) = 40.99%

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 40.99%
G = 42.05%
B = 16.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#747730 (or 0x747730) is known color: Crete. HEX triplet: 74, 77 and 30. RGB value is (116,119,48). Sum of RGB (Red+Green+Blue) = 116+119+48=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #747730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747730 is #8B88CF. Grayscale: #6E6E6E. Windows color (decimal): -9144528 or 3176308. OLE color: 3176308.

HSL color Cylindrical-coordinate representation of color #747730: hue angle of 62.54º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #747730 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 48 -
CMYK 0.03 0 0.60 0.53
HSL 62.54º 0.43% 0.33% -
HSV(B) 62.54º 0.6% 0.47% -
XYZ 14.33 17.12 5.35 -
YUV 110.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 116 119 48 0.03 0 0.60 0.53 62.54 0.43 0.33
Hex 74 77 30 3 0 3C 35 3F 2B 21
Octal 164 167 60 3 0 74 65 77 53 41
Binary 1110100 1110111 110000 11 0 111100 110101 111111 101011 100001

Color Harmonies of #747730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747730

Black with #747730

Text Example


Text Example

White with #747730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747730; }

 p { color: rgb(116,119,48); }

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

background-color css

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

 a { background-color: rgb(116,119,48); }

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

border-color css

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

 span { border-color: rgb(116,119,48); }

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